Html Css Color HEX #E804A4 Hollywood Cerise

📋 copy color: '#E804A4'

red 232 ◦ green 4 ◦ blue 164

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

Shades of Hollywood Cerise #E804A4

Tints of Hollywood Cerise #E804A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41%

R = 58%
G = 1%
B = 41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E804A4 (or 0xE804A4) is known color: Hollywood Cerise. HEX triplet: E8, 04 and A4. RGB value is (232,4,164). Sum of RGB (Red+Green+Blue) = 232+4+164=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E804A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E804A4 is #17FB5B. Grayscale: #5A5A5A. Windows color (decimal): -1571676 or 10749160. OLE color: 10749160.

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

Color convert

RGB 232 4 164 -
CMYK 0 0.98 0.29 0.09
HSL 317.89º 0.97% 0.46% -
HSV(B) 317.89º 0.98% 0.91% -
XYZ 40.02 19.92 36.86 -
YUV 90.41 169.54 228.99 -
System Red Green Blue C M Y K H S L
Decimal 232 4 164 0 0.98 0.29 0.09 317.89 0.97 0.46
Hex E8 4 A4 0 62 1D 9 13E 61 2E
Octal 350 4 244 0 142 35 11 476 141 56
Binary 11101000 100 10100100 0 1100010 11101 1001 100111110 1100001 101110

Color Harmonies of #E804A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E804A4

Black with #E804A4

Text Example


Text Example

White with #E804A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E804A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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