Html Css Color HEX #E501AA Hollywood Cerise

📋 copy color: '#E501AA'

red 229 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #E501AA

Tints of Hollywood Cerise #E501AA

RGB

 RED value IS 229 (89.84% from 255) = 57.25%

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 57.25%
G = 0.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E501AA (or 0xE501AA) is known color: Hollywood Cerise. HEX triplet: E5, 01 and AA. RGB value is (229,1,170). Sum of RGB (Red+Green+Blue) = 229+1+170=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E501AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E501AA is #1AFE55. Grayscale: #575757. Windows color (decimal): -1769046 or 11141605. OLE color: 11141605.

HSL color Cylindrical-coordinate representation of color #E501AA: hue angle of 315.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E501AA is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 1 170 -
CMYK 0 1.00 0.26 0.10
HSL 315.53º 0.99% 0.45% -
HSV(B) 315.53º 1% 0.9% -
XYZ 39.58 19.58 39.72 -
YUV 88.44 174.04 228.26 -
System Red Green Blue C M Y K H S L
Decimal 229 1 170 0 1.00 0.26 0.10 315.53 0.99 0.45
Hex E5 1 AA 0 64 1A A 13C 63 2D
Octal 345 1 252 0 144 32 12 474 143 55
Binary 11100101 1 10101010 0 1100100 11010 1010 100111100 1100011 101101

Color Harmonies of #E501AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501AA

Black with #E501AA

Text Example


Text Example

White with #E501AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501AA; }

 p { color: rgb(229,1,170); }

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

background-color css

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

 a { background-color: rgb(229,1,170); }

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

border-color css

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

 span { border-color: rgb(229,1,170); }

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