Html Css Color HEX #EC0FAE Hollywood Cerise

📋 copy color: '#EC0FAE'

red 236 ◦ green 15 ◦ blue 174

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

Shades of Hollywood Cerise #EC0FAE

Tints of Hollywood Cerise #EC0FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.53%

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

R = 55.53%
G = 3.53%
B = 40.94%

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

#EC0FAE (or 0xEC0FAE) is known color: Hollywood Cerise. HEX triplet: EC, 0F and AE. RGB value is (236,15,174). Sum of RGB (Red+Green+Blue) = 236+15+174=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0FAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0FAE is #13F051. Grayscale: #626262. Windows color (decimal): -1306706 or 11407340. OLE color: 11407340.

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

Color convert

RGB 236 15 174 -
CMYK 0 0.94 0.26 0.07
HSL 316.83º 0.88% 0.49% -
HSV(B) 316.83º 0.94% 0.93% -
XYZ 42.4 21.23 41.91 -
YUV 99.21 170.22 225.57 -
System Red Green Blue C M Y K H S L
Decimal 236 15 174 0 0.94 0.26 0.07 316.83 0.88 0.49
Hex EC F AE 0 5E 1A 7 13D 58 31
Octal 354 17 256 0 136 32 7 475 130 61
Binary 11101100 1111 10101110 0 1011110 11010 111 100111101 1011000 110001

Color Harmonies of #EC0FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0FAE

Black with #EC0FAE

Text Example


Text Example

White with #EC0FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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