Html Css Color HEX #EC08B2 Hollywood Cerise

📋 copy color: '#EC08B2'

red 236 ◦ green 8 ◦ blue 178

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

Shades of Hollywood Cerise #EC08B2

Tints of Hollywood Cerise #EC08B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 55.92%
G = 1.9%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC08B2 (or 0xEC08B2) is known color: Hollywood Cerise. HEX triplet: EC, 08 and B2. RGB value is (236,8,178). Sum of RGB (Red+Green+Blue) = 236+8+178=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC08B2 is #13F74D. Grayscale: #5F5F5F. Windows color (decimal): -1308494 or 11667692. OLE color: 11667692.

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

Color convert

RGB 236 8 178 -
CMYK 0 0.97 0.25 0.07
HSL 315.26º 0.93% 0.48% -
HSV(B) 315.26º 0.97% 0.93% -
XYZ 42.71 21.22 43.96 -
YUV 95.55 174.54 228.18 -
System Red Green Blue C M Y K H S L
Decimal 236 8 178 0 0.97 0.25 0.07 315.26 0.93 0.48
Hex EC 8 B2 0 61 19 7 13B 5D 30
Octal 354 10 262 0 141 31 7 473 135 60
Binary 11101100 1000 10110010 0 1100001 11001 111 100111011 1011101 110000

Color Harmonies of #EC08B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08B2

Black with #EC08B2

Text Example


Text Example

White with #EC08B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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