Html Css Color HEX #E011AA Hollywood Cerise

📋 copy color: '#E011AA'

red 224 ◦ green 17 ◦ blue 170

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

Shades of Hollywood Cerise #E011AA

Tints of Hollywood Cerise #E011AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 54.5%
G = 4.14%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E011AA (or 0xE011AA) is known color: Hollywood Cerise. HEX triplet: E0, 11 and AA. RGB value is (224,17,170). Sum of RGB (Red+Green+Blue) = 224+17+170=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 17 (7.03% from 255 or 4.14% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E011AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E011AA is #1FEE55. Grayscale: #5F5F5F. Windows color (decimal): -2092630 or 11145696. OLE color: 11145696.

HSL color Cylindrical-coordinate representation of color #E011AA: hue angle of 315.65º 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 #E011AA is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 17 170 -
CMYK 0 0.92 0.24 0.12
HSL 315.65º 0.86% 0.47% -
HSV(B) 315.65º 0.92% 0.88% -
XYZ 38.2 19.15 39.71 -
YUV 96.34 169.58 219.06 -
System Red Green Blue C M Y K H S L
Decimal 224 17 170 0 0.92 0.24 0.12 315.65 0.86 0.47
Hex E0 11 AA 0 5C 18 C 13C 56 2F
Octal 340 21 252 0 134 30 14 474 126 57
Binary 11100000 10001 10101010 0 1011100 11000 1100 100111100 1010110 101111

Color Harmonies of #E011AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E011AA

Black with #E011AA

Text Example


Text Example

White with #E011AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E011AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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