Html Css Color HEX #EC04AB Hollywood Cerise

📋 copy color: '#EC04AB'

red 236 ◦ green 4 ◦ blue 171

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

Shades of Hollywood Cerise #EC04AB

Tints of Hollywood Cerise #EC04AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 57.42%
G = 0.97%
B = 41.61%

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

#EC04AB (or 0xEC04AB) is known color: Hollywood Cerise. HEX triplet: EC, 04 and AB. RGB value is (236,4,171). Sum of RGB (Red+Green+Blue) = 236+4+171=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC04AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC04AB is #13FB54. Grayscale: #5B5B5B. Windows color (decimal): -1309525 or 11207916. OLE color: 11207916.

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

Color convert

RGB 236 4 171 -
CMYK 0 0.98 0.28 0.07
HSL 316.81º 0.97% 0.47% -
HSV(B) 316.81º 0.98% 0.93% -
XYZ 41.99 20.86 40.34 -
YUV 92.41 172.36 230.42 -
System Red Green Blue C M Y K H S L
Decimal 236 4 171 0 0.98 0.28 0.07 316.81 0.97 0.47
Hex EC 4 AB 0 62 1C 7 13D 61 2F
Octal 354 4 253 0 142 34 7 475 141 57
Binary 11101100 100 10101011 0 1100010 11100 111 100111101 1100001 101111

Color Harmonies of #EC04AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC04AB

Black with #EC04AB

Text Example


Text Example

White with #EC04AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC04AB; }

 p { color: rgb(236,4,171); }

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

background-color css

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

 a { background-color: rgb(236,4,171); }

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

border-color css

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

 span { border-color: rgb(236,4,171); }

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