Html Css Color HEX #E804A0 Hollywood Cerise

📋 copy color: '#E804A0'

red 232 ◦ green 4 ◦ blue 160

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

Shades of Hollywood Cerise #E804A0

Tints of Hollywood Cerise #E804A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 58.59%
G = 1.01%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E804A0 (or 0xE804A0) is known color: Hollywood Cerise. HEX triplet: E8, 04 and A0. RGB value is (232,4,160). Sum of RGB (Red+Green+Blue) = 232+4+160=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E804A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E804A0 is #17FB5F. Grayscale: #595959. Windows color (decimal): -1571680 or 10487016. OLE color: 10487016.

HSL color Cylindrical-coordinate representation of color #E804A0: hue angle of 318.95º 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 #E804A0 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 4 160 -
CMYK 0 0.98 0.31 0.09
HSL 318.95º 0.97% 0.46% -
HSV(B) 318.95º 0.98% 0.91% -
XYZ 39.67 19.78 34.99 -
YUV 89.96 167.54 229.32 -
System Red Green Blue C M Y K H S L
Decimal 232 4 160 0 0.98 0.31 0.09 318.95 0.97 0.46
Hex E8 4 A0 0 62 1F 9 13F 61 2E
Octal 350 4 240 0 142 37 11 477 141 56
Binary 11101000 100 10100000 0 1100010 11111 1001 100111111 1100001 101110

Color Harmonies of #E804A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E804A0

Black with #E804A0

Text Example


Text Example

White with #E804A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E804A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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