Html Css Color HEX #EC05AA Hollywood Cerise

📋 copy color: '#EC05AA'

red 236 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #EC05AA

Tints of Hollywood Cerise #EC05AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 57.42%
G = 1.22%
B = 41.36%

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

#EC05AA (or 0xEC05AA) is known color: Hollywood Cerise. HEX triplet: EC, 05 and AA. RGB value is (236,5,170). Sum of RGB (Red+Green+Blue) = 236+5+170=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC05AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC05AA is #13FA55. Grayscale: #5C5C5C. Windows color (decimal): -1309270 or 11142636. OLE color: 11142636.

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

Color convert

RGB 236 5 170 -
CMYK 0 0.98 0.28 0.07
HSL 317.14º 0.96% 0.47% -
HSV(B) 317.14º 0.98% 0.93% -
XYZ 41.9 20.84 39.84 -
YUV 92.88 171.53 230.08 -
System Red Green Blue C M Y K H S L
Decimal 236 5 170 0 0.98 0.28 0.07 317.14 0.96 0.47
Hex EC 5 AA 0 62 1C 7 13D 60 2F
Octal 354 5 252 0 142 34 7 475 140 57
Binary 11101100 101 10101010 0 1100010 11100 111 100111101 1100000 101111

Color Harmonies of #EC05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC05AA

Black with #EC05AA

Text Example


Text Example

White with #EC05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC05AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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