Html Css Color HEX #EC0CAF Hollywood Cerise

📋 copy color: '#EC0CAF'

red 236 ◦ green 12 ◦ blue 175

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

Shades of Hollywood Cerise #EC0CAF

Tints of Hollywood Cerise #EC0CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 55.79%
G = 2.84%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC0CAF (or 0xEC0CAF) is known color: Hollywood Cerise. HEX triplet: EC, 0C and AF. RGB value is (236,12,175). Sum of RGB (Red+Green+Blue) = 236+12+175=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0CAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0CAF is #13F350. Grayscale: #616161. Windows color (decimal): -1307473 or 11472108. OLE color: 11472108.

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

Color convert

RGB 236 12 175 -
CMYK 0 0.95 0.26 0.07
HSL 316.34º 0.9% 0.49% -
HSV(B) 316.34º 0.95% 0.93% -
XYZ 42.46 21.19 42.41 -
YUV 97.56 171.71 226.75 -
System Red Green Blue C M Y K H S L
Decimal 236 12 175 0 0.95 0.26 0.07 316.34 0.9 0.49
Hex EC C AF 0 5F 1A 7 13C 5A 31
Octal 354 14 257 0 137 32 7 474 132 61
Binary 11101100 1100 10101111 0 1011111 11010 111 100111100 1011010 110001

Color Harmonies of #EC0CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0CAF

Black with #EC0CAF

Text Example


Text Example

White with #EC0CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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