Html Css Color HEX #E011AE Hollywood Cerise

📋 copy color: '#E011AE'

red 224 ◦ green 17 ◦ blue 174

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

Shades of Hollywood Cerise #E011AE

Tints of Hollywood Cerise #E011AE

RGB

 RED value IS 224 (87.89% from 255) = 53.98%

 GREEN value IS 17 (7.03% from 255) = 4.1%

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

R = 53.98%
G = 4.1%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E011AE (or 0xE011AE) is known color: Hollywood Cerise. HEX triplet: E0, 11 and AE. RGB value is (224,17,174). Sum of RGB (Red+Green+Blue) = 224+17+174=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E011AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E011AE is #1FEE51. Grayscale: #606060. Windows color (decimal): -2092626 or 11407840. OLE color: 11407840.

HSL color Cylindrical-coordinate representation of color #E011AE: hue angle of 314.49º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E011AE is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 174 -
CMYK 0 0.92 0.22 0.12
HSL 314.49º 0.86% 0.47% -
HSV(B) 314.49º 0.92% 0.88% -
XYZ 38.58 19.3 41.74 -
YUV 96.79 171.58 218.73 -
System Red Green Blue C M Y K H S L
Decimal 224 17 174 0 0.92 0.22 0.12 314.49 0.86 0.47
Hex E0 11 AE 0 5C 16 C 13A 56 2F
Octal 340 21 256 0 134 26 14 472 126 57
Binary 11100000 10001 10101110 0 1011100 10110 1100 100111010 1010110 101111

Color Harmonies of #E011AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011AE

Black with #E011AE

Text Example


Text Example

White with #E011AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011AE; }

 p { color: rgb(224,17,174); }

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

background-color css

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

 a { background-color: rgb(224,17,174); }

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

border-color css

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

 span { border-color: rgb(224,17,174); }

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