Html Css Color HEX #E802AA Hollywood Cerise

📋 copy color: '#E802AA'

red 232 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #E802AA

Tints of Hollywood Cerise #E802AA

RGB

 RED value IS 232 (91.02% from 255) = 57.43%

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 57.43%
G = 0.5%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E802AA (or 0xE802AA) is known color: Hollywood Cerise. HEX triplet: E8, 02 and AA. RGB value is (232,2,170). Sum of RGB (Red+Green+Blue) = 232+2+170=404 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.43% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 232 - color contains mainly: red. Hex color #E802AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E802AA is #17FD55. Grayscale: #595959. Windows color (decimal): -1572182 or 11141864. OLE color: 11141864.

HSL color Cylindrical-coordinate representation of color #E802AA: hue angle of 316.17º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E802AA is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 2 170 -
CMYK 0 0.99 0.27 0.09
HSL 316.17º 0.98% 0.46% -
HSV(B) 316.17º 0.99% 0.91% -
XYZ 40.56 20.1 39.77 -
YUV 89.92 173.2 229.34 -
System Red Green Blue C M Y K H S L
Decimal 232 2 170 0 0.99 0.27 0.09 316.17 0.98 0.46
Hex E8 2 AA 0 63 1B 9 13C 62 2E
Octal 350 2 252 0 143 33 11 474 142 56
Binary 11101000 10 10101010 0 1100011 11011 1001 100111100 1100010 101110

Color Harmonies of #E802AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E802AA

Black with #E802AA

Text Example


Text Example

White with #E802AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E802AA; }

 p { color: rgb(232,2,170); }

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

background-color css

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

 a { background-color: rgb(232,2,170); }

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

border-color css

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

 span { border-color: rgb(232,2,170); }

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