Html Css Color HEX #EC0CAC Hollywood Cerise

📋 copy color: '#EC0CAC'

red 236 ◦ green 12 ◦ blue 172

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

Shades of Hollywood Cerise #EC0CAC

Tints of Hollywood Cerise #EC0CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 56.19%
G = 2.86%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EC0CAC (or 0xEC0CAC) is known color: Hollywood Cerise. HEX triplet: EC, 0C and AC. RGB value is (236,12,172). Sum of RGB (Red+Green+Blue) = 236+12+172=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0CAC is #13F353. Grayscale: #606060. Windows color (decimal): -1307476 or 11275500. OLE color: 11275500.

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

Color convert

RGB 236 12 172 -
CMYK 0 0.95 0.27 0.07
HSL 317.14º 0.9% 0.49% -
HSV(B) 317.14º 0.95% 0.93% -
XYZ 42.17 21.07 40.87 -
YUV 97.22 170.21 226.99 -
System Red Green Blue C M Y K H S L
Decimal 236 12 172 0 0.95 0.27 0.07 317.14 0.9 0.49
Hex EC C AC 0 5F 1B 7 13D 5A 31
Octal 354 14 254 0 137 33 7 475 132 61
Binary 11101100 1100 10101100 0 1011111 11011 111 100111101 1011010 110001

Color Harmonies of #EC0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CAC

Black with #EC0CAC

Text Example


Text Example

White with #EC0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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