Html Css Color HEX #E804AC Hollywood Cerise

📋 copy color: '#E804AC'

red 232 ◦ green 4 ◦ blue 172

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

Shades of Hollywood Cerise #E804AC

Tints of Hollywood Cerise #E804AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 56.86%
G = 0.98%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E804AC (or 0xE804AC) is known color: Hollywood Cerise. HEX triplet: E8, 04 and AC. RGB value is (232,4,172). Sum of RGB (Red+Green+Blue) = 232+4+172=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E804AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E804AC is #17FB53. Grayscale: #5A5A5A. Windows color (decimal): -1571668 or 11273448. OLE color: 11273448.

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

Color convert

RGB 232 4 172 -
CMYK 0 0.98 0.26 0.09
HSL 315.79º 0.97% 0.46% -
HSV(B) 315.79º 0.98% 0.91% -
XYZ 40.77 20.22 40.78 -
YUV 91.32 173.54 228.34 -
System Red Green Blue C M Y K H S L
Decimal 232 4 172 0 0.98 0.26 0.09 315.79 0.97 0.46
Hex E8 4 AC 0 62 1A 9 13C 61 2E
Octal 350 4 254 0 142 32 11 474 141 56
Binary 11101000 100 10101100 0 1100010 11010 1001 100111100 1100001 101110

Color Harmonies of #E804AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E804AC

Black with #E804AC

Text Example


Text Example

White with #E804AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E804AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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