Html Css Color HEX #E01AA0 Hollywood Cerise

📋 copy color: '#E01AA0'

red 224 ◦ green 26 ◦ blue 160

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

Shades of Hollywood Cerise #E01AA0

Tints of Hollywood Cerise #E01AA0

RGB

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

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

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

R = 54.63%
G = 6.34%
B = 39.02%

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

#E01AA0 (or 0xE01AA0) is known color: Hollywood Cerise. HEX triplet: E0, 1A and A0. RGB value is (224,26,160). Sum of RGB (Red+Green+Blue) = 224+26+160=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E01AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01AA0 is #1FE55F. Grayscale: #646464. Windows color (decimal): -2090336 or 10492640. OLE color: 10492640.

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

Color convert

RGB 224 26 160 -
CMYK 0 0.88 0.29 0.12
HSL 319.39º 0.79% 0.49% -
HSV(B) 319.39º 0.88% 0.88% -
XYZ 37.46 19.12 34.97 -
YUV 100.48 161.6 216.1 -
System Red Green Blue C M Y K H S L
Decimal 224 26 160 0 0.88 0.29 0.12 319.39 0.79 0.49
Hex E0 1A A0 0 58 1D C 13F 4F 31
Octal 340 32 240 0 130 35 14 477 117 61
Binary 11100000 11010 10100000 0 1011000 11101 1100 100111111 1001111 110001

Color Harmonies of #E01AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01AA0

Black with #E01AA0

Text Example


Text Example

White with #E01AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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