Html Css Color HEX #EC08A8 Hollywood Cerise

📋 copy color: '#EC08A8'

red 236 ◦ green 8 ◦ blue 168

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

Shades of Hollywood Cerise #EC08A8

Tints of Hollywood Cerise #EC08A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.78%

R = 57.28%
G = 1.94%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC08A8 (or 0xEC08A8) is known color: Hollywood Cerise. HEX triplet: EC, 08 and A8. RGB value is (236,8,168). Sum of RGB (Red+Green+Blue) = 236+8+168=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 168 (66.02% from 255 or 40.78% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC08A8 is #13F757. Grayscale: #5E5E5E. Windows color (decimal): -1308504 or 11012332. OLE color: 11012332.

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

Color convert

RGB 236 8 168 -
CMYK 0 0.97 0.29 0.07
HSL 317.89º 0.93% 0.48% -
HSV(B) 317.89º 0.97% 0.93% -
XYZ 41.75 20.83 38.87 -
YUV 94.41 169.54 228.99 -
System Red Green Blue C M Y K H S L
Decimal 236 8 168 0 0.97 0.29 0.07 317.89 0.93 0.48
Hex EC 8 A8 0 61 1D 7 13E 5D 30
Octal 354 10 250 0 141 35 7 476 135 60
Binary 11101100 1000 10101000 0 1100001 11101 111 100111110 1011101 110000

Color Harmonies of #EC08A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08A8

Black with #EC08A8

Text Example


Text Example

White with #EC08A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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