Html Css Color HEX #E804AA Hollywood Cerise

📋 copy color: '#E804AA'

red 232 ◦ green 4 ◦ blue 170

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

Shades of Hollywood Cerise #E804AA

Tints of Hollywood Cerise #E804AA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.99%

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

R = 57.14%
G = 0.99%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E804AA (or 0xE804AA) is known color: Hollywood Cerise. HEX triplet: E8, 04 and AA. RGB value is (232,4,170). Sum of RGB (Red+Green+Blue) = 232+4+170=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E804AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E804AA is #17FB55. Grayscale: #5A5A5A. Windows color (decimal): -1571670 or 11142376. OLE color: 11142376.

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

Color convert

RGB 232 4 170 -
CMYK 0 0.98 0.27 0.09
HSL 316.32º 0.97% 0.46% -
HSV(B) 316.32º 0.98% 0.91% -
XYZ 40.58 20.14 39.78 -
YUV 91.1 172.54 228.5 -
System Red Green Blue C M Y K H S L
Decimal 232 4 170 0 0.98 0.27 0.09 316.32 0.97 0.46
Hex E8 4 AA 0 62 1B 9 13C 61 2E
Octal 350 4 252 0 142 33 11 474 141 56
Binary 11101000 100 10101010 0 1100010 11011 1001 100111100 1100001 101110

Color Harmonies of #E804AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E804AA

Black with #E804AA

Text Example


Text Example

White with #E804AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E804AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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