#ED0B57

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

Shades of Razzmatazz #ED0B57

Tints of Razzmatazz #ED0B57

Color information

#ED0B57 (or 0xED0B57) is unknown color: approx Razzmatazz. HEX triplet: ED, 0B and 57. RGB value is (237,11,87). Sum of RGB (Red+Green+Blue) = 237+11+87=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0B57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0B57 is #12F4A8. Grayscale: #575757. Windows color (decimal): -1242281 or 5704685. OLE color: 5704685.

HSL color Cylindrical-coordinate representation of color #ED0B57: hue angle of 339.82º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED0B57 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB2371187-
CMYK00.950.630.07
HSL339.82º91.13%48.63%-
HSV(B)339.82º95.36%92.94%-
XYZ36.7718.9310.73-
YUV87.24127.87234.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.75%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=70.75%
G=3.28%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237118700.950.630.07339.8291.1348.63
HexEDB5705F3F71545b31
Octal35513127013777752413361
Binary1110110110111010111010111111111111111010101001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0B57; }

 p { color: rgb(237,11,87); }

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

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

 a { background-color: rgb(237,11,87); }

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

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

 span { border-color: rgb(237,11,87); }

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