Html Css Color HEX #E11AA0 Hollywood Cerise

📋 copy color: '#E11AA0'

red 225 ◦ green 26 ◦ blue 160

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

Shades of Hollywood Cerise #E11AA0

Tints of Hollywood Cerise #E11AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.33%

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 54.74%
G = 6.33%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E11AA0 (or 0xE11AA0) is known color: Hollywood Cerise. HEX triplet: E1, 1A and A0. RGB value is (225,26,160). Sum of RGB (Red+Green+Blue) = 225+26+160=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E11AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11AA0 is #1EE55F. Grayscale: #646464. Windows color (decimal): -2024800 or 10492641. OLE color: 10492641.

HSL color Cylindrical-coordinate representation of color #E11AA0: hue angle of 319.6º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11AA0 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 26 160 -
CMYK 0 0.88 0.29 0.12
HSL 319.6º 0.79% 0.49% -
HSV(B) 319.6º 0.88% 0.88% -
XYZ 37.77 19.28 34.99 -
YUV 100.78 161.43 216.6 -
System Red Green Blue C M Y K H S L
Decimal 225 26 160 0 0.88 0.29 0.12 319.6 0.79 0.49
Hex E1 1A A0 0 58 1D C 140 4F 31
Octal 341 32 240 0 130 35 14 500 117 61
Binary 11100001 11010 10100000 0 1011000 11101 1100 101000000 1001111 110001

Color Harmonies of #E11AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11AA0

Black with #E11AA0

Text Example


Text Example

White with #E11AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11AA0; }

 p { color: rgb(225,26,160); }

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

background-color css

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

 a { background-color: rgb(225,26,160); }

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

border-color css

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

 span { border-color: rgb(225,26,160); }

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