Html Css Color HEX #EC08B0 Hollywood Cerise

📋 copy color: '#EC08B0'

red 236 ◦ green 8 ◦ blue 176

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

Shades of Hollywood Cerise #EC08B0

Tints of Hollywood Cerise #EC08B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.9%

R = 56.19%
G = 1.9%
B = 41.9%

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

#EC08B0 (or 0xEC08B0) is known color: Hollywood Cerise. HEX triplet: EC, 08 and B0. RGB value is (236,8,176). Sum of RGB (Red+Green+Blue) = 236+8+176=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC08B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC08B0 is #13F74F. Grayscale: #5E5E5E. Windows color (decimal): -1308496 or 11536620. OLE color: 11536620.

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

Color convert

RGB 236 8 176 -
CMYK 0 0.97 0.25 0.07
HSL 315.79º 0.93% 0.48% -
HSV(B) 315.79º 0.97% 0.93% -
XYZ 42.52 21.14 42.91 -
YUV 95.32 173.54 228.34 -
System Red Green Blue C M Y K H S L
Decimal 236 8 176 0 0.97 0.25 0.07 315.79 0.93 0.48
Hex EC 8 B0 0 61 19 7 13C 5D 30
Octal 354 10 260 0 141 31 7 474 135 60
Binary 11101100 1000 10110000 0 1100001 11001 111 100111100 1011101 110000

Color Harmonies of #EC08B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC08B0

Black with #EC08B0

Text Example


Text Example

White with #EC08B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC08B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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