#ED029C

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

Shades of Hollywood Cerise #ED029C

Tints of Hollywood Cerise #ED029C

Color information

#ED029C (or 0xED029C) is unknown color: approx Hollywood Cerise. HEX triplet: ED, 02 and 9C. RGB value is (237,2,156). Sum of RGB (Red+Green+Blue) = 237+2+156=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED029C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED029C is #12FD63. Grayscale: #595959. Windows color (decimal): -1244516 or 10224365. OLE color: 10224365.

HSL color Cylindrical-coordinate representation of color #ED029C: hue angle of 320.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED029C is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB2372156-
CMYK00.990.340.07
HSL320.68º98.33%46.86%-
HSV(B)320.68º99.16%92.94%-
XYZ40.9520.4533.24-
YUV89.82165.36232.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 0.51%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=60%
G=0.51%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237215600.990.340.07320.6898.3346.86
HexED29C063227141622f
Octal3552234014342750114257
Binary111011011010011100011000111000101111010000011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED029C; }

 p { color: rgb(237,2,156); }

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

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

 a { background-color: rgb(237,2,156); }

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

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

 span { border-color: rgb(237,2,156); }

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