Html Css Color HEX #E804AF Hollywood Cerise

📋 copy color: '#E804AF'

red 232 ◦ green 4 ◦ blue 175

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

Shades of Hollywood Cerise #E804AF

Tints of Hollywood Cerise #E804AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 56.45%
G = 0.97%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E804AF (or 0xE804AF) is known color: Hollywood Cerise. HEX triplet: E8, 04 and AF. RGB value is (232,4,175). Sum of RGB (Red+Green+Blue) = 232+4+175=411 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.45% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 232 - color contains mainly: red. Hex color #E804AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E804AF is #17FB50. Grayscale: #5B5B5B. Windows color (decimal): -1571665 or 11470056. OLE color: 11470056.

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

Color convert

RGB 232 4 175 -
CMYK 0 0.98 0.25 0.09
HSL 315º 0.97% 0.46% -
HSV(B) 315º 0.98% 0.91% -
XYZ 41.06 20.34 42.32 -
YUV 91.67 175.04 228.1 -
System Red Green Blue C M Y K H S L
Decimal 232 4 175 0 0.98 0.25 0.09 315 0.97 0.46
Hex E8 4 AF 0 62 19 9 13B 61 2E
Octal 350 4 257 0 142 31 11 473 141 56
Binary 11101000 100 10101111 0 1100010 11001 1001 100111011 1100001 101110

Color Harmonies of #E804AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E804AF

Black with #E804AF

Text Example


Text Example

White with #E804AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E804AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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