Html Css Color HEX #EC03AA Hollywood Cerise

📋 copy color: '#EC03AA'

red 236 ◦ green 3 ◦ blue 170

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

Shades of Hollywood Cerise #EC03AA

Tints of Hollywood Cerise #EC03AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

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

R = 57.7%
G = 0.73%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC03AA (or 0xEC03AA) is known color: Hollywood Cerise. HEX triplet: EC, 03 and AA. RGB value is (236,3,170). Sum of RGB (Red+Green+Blue) = 236+3+170=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC03AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC03AA is #13FC55. Grayscale: #5B5B5B. Windows color (decimal): -1309782 or 11142124. OLE color: 11142124.

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

Color convert

RGB 236 3 170 -
CMYK 0 0.99 0.28 0.07
HSL 317º 0.97% 0.47% -
HSV(B) 317º 0.99% 0.93% -
XYZ 41.88 20.8 39.84 -
YUV 91.71 172.19 230.92 -
System Red Green Blue C M Y K H S L
Decimal 236 3 170 0 0.99 0.28 0.07 317 0.97 0.47
Hex EC 3 AA 0 63 1C 7 13D 61 2F
Octal 354 3 252 0 143 34 7 475 141 57
Binary 11101100 11 10101010 0 1100011 11100 111 100111101 1100001 101111

Color Harmonies of #EC03AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC03AA

Black with #EC03AA

Text Example


Text Example

White with #EC03AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC03AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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