Html Css Color HEX #EC05A9 Hollywood Cerise

📋 copy color: '#EC05A9'

red 236 ◦ green 5 ◦ blue 169

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

Shades of Hollywood Cerise #EC05A9

Tints of Hollywood Cerise #EC05A9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 57.56%
G = 1.22%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC05A9 (or 0xEC05A9) is known color: Hollywood Cerise. HEX triplet: EC, 05 and A9. RGB value is (236,5,169). Sum of RGB (Red+Green+Blue) = 236+5+169=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC05A9 is #13FA56. Grayscale: #5C5C5C. Windows color (decimal): -1309271 or 11077100. OLE color: 11077100.

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

Color convert

RGB 236 5 169 -
CMYK 0 0.98 0.28 0.07
HSL 317.4º 0.96% 0.47% -
HSV(B) 317.4º 0.98% 0.93% -
XYZ 41.81 20.81 39.35 -
YUV 92.77 171.03 230.16 -
System Red Green Blue C M Y K H S L
Decimal 236 5 169 0 0.98 0.28 0.07 317.4 0.96 0.47
Hex EC 5 A9 0 62 1C 7 13D 60 2F
Octal 354 5 251 0 142 34 7 475 140 57
Binary 11101100 101 10101001 0 1100010 11100 111 100111101 1100000 101111

Color Harmonies of #EC05A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05A9

Black with #EC05A9

Text Example


Text Example

White with #EC05A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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