Html Css Color HEX #EC00A9 Hollywood Cerise

📋 copy color: '#EC00A9'

red 236 ◦ green 0 ◦ blue 169

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

Shades of Hollywood Cerise #EC00A9

Tints of Hollywood Cerise #EC00A9

RGB

 RED value IS 236 (92.58% from 255) = 58.27%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.27%
G = 0%
B = 41.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC00A9 (or 0xEC00A9) is known color: Hollywood Cerise. HEX triplet: EC, 00 and A9. RGB value is (236,0,169). Sum of RGB (Red+Green+Blue) = 236+0+169=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC00A9 is #13FF56. Grayscale: #595959. Windows color (decimal): -1310551 or 11075820. OLE color: 11075820.

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

Color convert

RGB 236 0 169 -
CMYK 0 1 0.28 0.07
HSL 317.03º 1% 0.46% -
HSV(B) 317.03º 1% 0.93% -
XYZ 41.75 20.7 39.33 -
YUV 89.83 172.69 232.26 -
System Red Green Blue C M Y K H S L
Decimal 236 0 169 0 1 0.28 0.07 317.03 1 0.46
Hex EC 0 A9 0 64 1C 7 13D 64 2E
Octal 354 0 251 0 144 34 7 475 144 56
Binary 11101100 0 10101001 0 1100100 11100 111 100111101 1100100 101110

Color Harmonies of #EC00A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00A9

Black with #EC00A9

Text Example


Text Example

White with #EC00A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00A9; }

 p { color: rgb(236,0,169); }

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

background-color css

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

 a { background-color: rgb(236,0,169); }

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

border-color css

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

 span { border-color: rgb(236,0,169); }

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