Html Css Color HEX #ED09A9 Hollywood Cerise

📋 copy color: '#ED09A9'

red 237 ◦ green 9 ◦ blue 169

#ED09A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #ED09A9

Tints of Hollywood Cerise #ED09A9

RGB

 RED value IS 237 (92.97% from 255) = 57.11%

 GREEN value IS 9 (3.91% from 255) = 2.17%

 BLUE value IS 169 (66.41% from 255) = 40.72%

R = 57.11%
G = 2.17%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED09A9 (or 0xED09A9) is known color: Hollywood Cerise. HEX triplet: ED, 09 and A9. RGB value is (237,9,169). Sum of RGB (Red+Green+Blue) = 237+9+169=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 169 (66.41% from 255 or 40.72% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED09A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #ED09A9 is #12F656. Grayscale: #5F5F5F. Windows color (decimal): -1242711 or 11078125. OLE color: 11078125.

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

Color convert

RGB 237 9 169 -
CMYK 0 0.96 0.29 0.07
HSL 317.89º 0.93% 0.48% -
HSV(B) 317.89º 0.96% 0.93% -
XYZ 42.18 21.06 39.38 -
YUV 95.41 169.54 228.99 -
System Red Green Blue C M Y K H S L
Decimal 237 9 169 0 0.96 0.29 0.07 317.89 0.93 0.48
Hex ED 9 A9 0 60 1D 7 13E 5D 30
Octal 355 11 251 0 140 35 7 476 135 60
Binary 11101101 1001 10101001 0 1100000 11101 111 100111110 1011101 110000

Color Harmonies of #ED09A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09A9

Black with #ED09A9

Text Example


Text Example

White with #ED09A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09A9; }

 p { color: rgb(237,9,169); }

 H1.HeaderClassName
 {
   color: #ED09A9;
 }
 .AnyTagClassName
 {
   color: #ED09A9;
 }
</style>

background-color css

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

 a { background-color: rgb(237,9,169); }

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

border-color css

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

 span { border-color: rgb(237,9,169); }

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