Html Css Color HEX #E111AA Hollywood Cerise

📋 copy color: '#E111AA'

red 225 ◦ green 17 ◦ blue 170

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

Shades of Hollywood Cerise #E111AA

Tints of Hollywood Cerise #E111AA

RGB

 RED value IS 225 (88.28% from 255) = 54.61%

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

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

R = 54.61%
G = 4.13%
B = 41.26%

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

#E111AA (or 0xE111AA) is known color: Hollywood Cerise. HEX triplet: E1, 11 and AA. RGB value is (225,17,170). Sum of RGB (Red+Green+Blue) = 225+17+170=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E111AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E111AA is #1EEE55. Grayscale: #606060. Windows color (decimal): -2027094 or 11145697. OLE color: 11145697.

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

Color convert

RGB 225 17 170 -
CMYK 0 0.92 0.24 0.12
HSL 315.87º 0.86% 0.47% -
HSV(B) 315.87º 0.92% 0.88% -
XYZ 38.51 19.31 39.73 -
YUV 96.63 169.41 219.56 -
System Red Green Blue C M Y K H S L
Decimal 225 17 170 0 0.92 0.24 0.12 315.87 0.86 0.47
Hex E1 11 AA 0 5C 18 C 13C 56 2F
Octal 341 21 252 0 134 30 14 474 126 57
Binary 11100001 10001 10101010 0 1011100 11000 1100 100111100 1010110 101111

Color Harmonies of #E111AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E111AA

Black with #E111AA

Text Example


Text Example

White with #E111AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E111AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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