Html Css Color HEX #E401AA Hollywood Cerise

📋 copy color: '#E401AA'

red 228 ◦ green 1 ◦ blue 170

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

Shades of Hollywood Cerise #E401AA

Tints of Hollywood Cerise #E401AA

RGB

 RED value IS 228 (89.45% from 255) = 57.14%

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

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

R = 57.14%
G = 0.25%
B = 42.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E401AA (or 0xE401AA) is known color: Hollywood Cerise. HEX triplet: E4, 01 and AA. RGB value is (228,1,170). Sum of RGB (Red+Green+Blue) = 228+1+170=399 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.14% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 228 - color contains mainly: red. Hex color #E401AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E401AA is #1BFE55. Grayscale: #575757. Windows color (decimal): -1834582 or 11141604. OLE color: 11141604.

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

Color convert

RGB 228 1 170 -
CMYK 0 1.00 0.25 0.11
HSL 315.33º 0.99% 0.45% -
HSV(B) 315.33º 1% 0.89% -
XYZ 39.26 19.42 39.71 -
YUV 88.14 174.21 227.76 -
System Red Green Blue C M Y K H S L
Decimal 228 1 170 0 1.00 0.25 0.11 315.33 0.99 0.45
Hex E4 1 AA 0 64 19 B 13B 63 2D
Octal 344 1 252 0 144 31 13 473 143 55
Binary 11100100 1 10101010 0 1100100 11001 1011 100111011 1100011 101101

Color Harmonies of #E401AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E401AA

Black with #E401AA

Text Example


Text Example

White with #E401AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E401AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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