#ED0DA6

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

Shades of Hollywood Cerise #ED0DA6

Tints of Hollywood Cerise #ED0DA6

Color information

#ED0DA6 (or 0xED0DA6) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 0D and A6. RGB value is (237,13,166). Sum of RGB (Red+Green+Blue) = 237+13+166=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0DA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0DA6 is #12F259. Grayscale: #616161. Windows color (decimal): -1241690 or 10882541. OLE color: 10882541.

HSL color Cylindrical-coordinate representation of color #ED0DA6: hue angle of 319.02º degrees, saturation: 0.9, 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 #ED0DA6 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB23713166-
CMYK00.950.300.07
HSL319.02º89.6%49.02%-
HSV(B)319.02º94.51%92.94%-
XYZ41.9521.0537.93-
YUV97.42166.71227.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.97%
GREEN value IS 13 (5.47% from 255) = 3.12%
BLUE value IS 166 (65.23% from 255) = 39.90%
R=56.97%
G=3.12%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371316600.950.300.07319.0289.649.02
HexEDDA605F1E713f5a31
Octal35515246013736747713261
Binary1110110111011010011001011111111101111001111111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0DA6; }

 p { color: rgb(237,13,166); }

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

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

 a { background-color: rgb(237,13,166); }

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

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

 span { border-color: rgb(237,13,166); }

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