Html Css Color HEX #E40AAA Hollywood Cerise

📋 copy color: '#E40AAA'

red 228 ◦ green 10 ◦ blue 170

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

Shades of Hollywood Cerise #E40AAA

Tints of Hollywood Cerise #E40AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.45%

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

R = 55.88%
G = 2.45%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E40AAA (or 0xE40AAA) is known color: Hollywood Cerise. HEX triplet: E4, 0A and AA. RGB value is (228,10,170). Sum of RGB (Red+Green+Blue) = 228+10+170=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E40AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40AAA is #1BF555. Grayscale: #5D5D5D. Windows color (decimal): -1832278 or 11143908. OLE color: 11143908.

HSL color Cylindrical-coordinate representation of color #E40AAA: hue angle of 315.96º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40AAA is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 10 170 -
CMYK 0 0.96 0.25 0.11
HSL 315.96º 0.92% 0.47% -
HSV(B) 315.96º 0.96% 0.89% -
XYZ 39.36 19.61 39.74 -
YUV 93.42 171.22 223.99 -
System Red Green Blue C M Y K H S L
Decimal 228 10 170 0 0.96 0.25 0.11 315.96 0.92 0.47
Hex E4 A AA 0 60 19 B 13C 5C 2F
Octal 344 12 252 0 140 31 13 474 134 57
Binary 11100100 1010 10101010 0 1100000 11001 1011 100111100 1011100 101111

Color Harmonies of #E40AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40AAA

Black with #E40AAA

Text Example


Text Example

White with #E40AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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