#ED0CA5

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

Shades of Hollywood Cerise #ED0CA5

Tints of Hollywood Cerise #ED0CA5

Color information

#ED0CA5 (or 0xED0CA5) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 0C and A5. RGB value is (237,12,165). Sum of RGB (Red+Green+Blue) = 237+12+165=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0CA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED0CA5 is #12F35A. Grayscale: #606060. Windows color (decimal): -1241947 or 10816749. OLE color: 10816749.

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

Color convert

RGB23712165-
CMYK00.950.300.07
HSL319.2º90.36%48.82%-
HSV(B)319.2º94.94%92.94%-
XYZ41.8520.9837.44-
YUV96.72166.54228.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.25%
GREEN value IS 12 (5.08% from 255) = 2.90%
BLUE value IS 165 (64.84% from 255) = 39.86%
R=57.25%
G=2.90%
B=39.86%

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
Decimal2371216500.950.300.07319.290.3648.82
HexEDCA505F1E713f5a31
Octal35514245013736747713261
Binary1110110111001010010101011111111101111001111111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED0CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED0CA5; }

 p { color: rgb(237,12,165); }

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

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

 a { background-color: rgb(237,12,165); }

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

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

 span { border-color: rgb(237,12,165); }

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