#ED0750

Color #ED0750 Razzmatazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzmatazz #ED0750

Tints of Razzmatazz #ED0750

Color information

#ED0750 (or 0xED0750) is unknown color: approx Razzmatazz. HEX triplet: ED, 07 and 50. RGB value is (237,7,80). Sum of RGB (Red+Green+Blue) = 237+7+80=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0750 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0750 is #12F8AF. Grayscale: #545454. Windows color (decimal): -1243312 or 5244909. OLE color: 5244909.

HSL color Cylindrical-coordinate representation of color #ED0750: hue angle of 340.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED0750 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB237780-
CMYK00.970.660.07
HSL340.96º94.26%47.84%-
HSV(B)340.96º97.05%92.94%-
XYZ36.4518.749.28-
YUV84.09125.7237.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 73.15%
GREEN value IS 7 (3.12% from 255) = 2.16%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=73.15%
G=2.16%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23778000.970.660.07340.9694.2647.84
HexED7500614271555e30
Octal35571200141102752513660
Binary1110110111110100000110000110000101111010101011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0750; }

 p { color: rgb(237,7,80); }

 H1.HeaderClassName
 {
   color: #ED0750;
 }
 .AnyTagClassName
 {
   color: #ED0750;
 }
</style>
background-color css

<style>
 a { background-color: #ED0750; }

 a { background-color: rgb(237,7,80); }

 div.DivClassName
 {
   background-color: #ED0750;
 }
 .BgClassName
 {
   background-color: #ED0750;
 }
</style>
border-color css

<style>
 span { border-color: #ED0750; }

 span { border-color: rgb(237,7,80); }

 td.TdClassName
 {
   border-color: #ED0750;
 }
 .TagClassName
 {
   border-color: #ED0750;
 }
</style>