Html Css Color HEX #EC08A4 Hollywood Cerise

📋 copy color: '#EC08A4'

red 236 ◦ green 8 ◦ blue 164

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

Shades of Hollywood Cerise #EC08A4

Tints of Hollywood Cerise #EC08A4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 57.84%
G = 1.96%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#EC08A4 (or 0xEC08A4) is known color: Hollywood Cerise. HEX triplet: EC, 08 and A4. RGB value is (236,8,164). Sum of RGB (Red+Green+Blue) = 236+8+164=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 8 (3.52% from 255 or 1.96% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC08A4 is #13F75B. Grayscale: #5D5D5D. Windows color (decimal): -1308508 or 10750188. OLE color: 10750188.

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

Color convert

RGB 236 8 164 -
CMYK 0 0.97 0.31 0.07
HSL 318.95º 0.93% 0.48% -
HSV(B) 318.95º 0.97% 0.93% -
XYZ 41.38 20.69 36.93 -
YUV 93.96 167.54 229.32 -
System Red Green Blue C M Y K H S L
Decimal 236 8 164 0 0.97 0.31 0.07 318.95 0.93 0.48
Hex EC 8 A4 0 61 1F 7 13F 5D 30
Octal 354 10 244 0 141 37 7 477 135 60
Binary 11101100 1000 10100100 0 1100001 11111 111 100111111 1011101 110000

Color Harmonies of #EC08A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08A4

Black with #EC08A4

Text Example


Text Example

White with #EC08A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08A4; }

 p { color: rgb(236,8,164); }

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

background-color css

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

 a { background-color: rgb(236,8,164); }

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

border-color css

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

 span { border-color: rgb(236,8,164); }

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