Html Css Color HEX #EC0C99 Hollywood Cerise

📋 copy color: '#EC0C99'

red 236 ◦ green 12 ◦ blue 153

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

Shades of Hollywood Cerise #EC0C99

Tints of Hollywood Cerise #EC0C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.99%

 BLUE value IS 153 (60.16% from 255) = 38.15%

R = 58.85%
G = 2.99%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC0C99 (or 0xEC0C99) is known color: Hollywood Cerise. HEX triplet: EC, 0C and 99. RGB value is (236,12,153). Sum of RGB (Red+Green+Blue) = 236+12+153=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0C99 is #13F366. Grayscale: #5E5E5E. Windows color (decimal): -1307495 or 10030316. OLE color: 10030316.

HSL color Cylindrical-coordinate representation of color #EC0C99: hue angle of 322.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0C99 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 12 153 -
CMYK 0 0.95 0.35 0.07
HSL 322.23º 0.9% 0.49% -
HSV(B) 322.23º 0.95% 0.93% -
XYZ 40.47 20.4 31.94 -
YUV 95.05 160.71 228.54 -
System Red Green Blue C M Y K H S L
Decimal 236 12 153 0 0.95 0.35 0.07 322.23 0.9 0.49
Hex EC C 99 0 5F 23 7 142 5A 31
Octal 354 14 231 0 137 43 7 502 132 61
Binary 11101100 1100 10011001 0 1011111 100011 111 101000010 1011010 110001

Color Harmonies of #EC0C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0C99

Black with #EC0C99

Text Example


Text Example

White with #EC0C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0C99; }

 p { color: rgb(236,12,153); }

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

background-color css

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

 a { background-color: rgb(236,12,153); }

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

border-color css

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

 span { border-color: rgb(236,12,153); }

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