Html Css Color HEX #E804A1 Hollywood Cerise

📋 copy color: '#E804A1'

red 232 ◦ green 4 ◦ blue 161

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

Shades of Hollywood Cerise #E804A1

Tints of Hollywood Cerise #E804A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.55%

R = 58.44%
G = 1.01%
B = 40.55%

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

#E804A1 (or 0xE804A1) is known color: Hollywood Cerise. HEX triplet: E8, 04 and A1. RGB value is (232,4,161). Sum of RGB (Red+Green+Blue) = 232+4+161=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E804A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E804A1 is #17FB5E. Grayscale: #595959. Windows color (decimal): -1571679 or 10552552. OLE color: 10552552.

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

Color convert

RGB 232 4 161 -
CMYK 0 0.98 0.31 0.09
HSL 318.68º 0.97% 0.46% -
HSV(B) 318.68º 0.98% 0.91% -
XYZ 39.76 19.82 35.45 -
YUV 90.07 168.04 229.23 -
System Red Green Blue C M Y K H S L
Decimal 232 4 161 0 0.98 0.31 0.09 318.68 0.97 0.46
Hex E8 4 A1 0 62 1F 9 13F 61 2E
Octal 350 4 241 0 142 37 11 477 141 56
Binary 11101000 100 10100001 0 1100010 11111 1001 100111111 1100001 101110

Color Harmonies of #E804A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E804A1

Black with #E804A1

Text Example


Text Example

White with #E804A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E804A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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