Html Css Color HEX #EC0EAE Hollywood Cerise

📋 copy color: '#EC0EAE'

red 236 ◦ green 14 ◦ blue 174

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

Shades of Hollywood Cerise #EC0EAE

Tints of Hollywood Cerise #EC0EAE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.3%

 BLUE value IS 174 (68.36% from 255) = 41.04%

R = 55.66%
G = 3.3%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC0EAE (or 0xEC0EAE) is known color: Hollywood Cerise. HEX triplet: EC, 0E and AE. RGB value is (236,14,174). Sum of RGB (Red+Green+Blue) = 236+14+174=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0EAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0EAE is #13F151. Grayscale: #626262. Windows color (decimal): -1306962 or 11407084. OLE color: 11407084.

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

Color convert

RGB 236 14 174 -
CMYK 0 0.94 0.26 0.07
HSL 316.76º 0.89% 0.49% -
HSV(B) 316.76º 0.94% 0.93% -
XYZ 42.39 21.2 41.9 -
YUV 98.62 170.55 225.99 -
System Red Green Blue C M Y K H S L
Decimal 236 14 174 0 0.94 0.26 0.07 316.76 0.89 0.49
Hex EC E AE 0 5E 1A 7 13D 59 31
Octal 354 16 256 0 136 32 7 475 131 61
Binary 11101100 1110 10101110 0 1011110 11010 111 100111101 1011001 110001

Color Harmonies of #EC0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0EAE

Black with #EC0EAE

Text Example


Text Example

White with #EC0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0EAE; }

 p { color: rgb(236,14,174); }

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

background-color css

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

 a { background-color: rgb(236,14,174); }

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

border-color css

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

 span { border-color: rgb(236,14,174); }

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