Html Css Color HEX #E800A4 Hollywood Cerise

📋 copy color: '#E800A4'

red 232 ◦ green 0 ◦ blue 164

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

Shades of Hollywood Cerise #E800A4

Tints of Hollywood Cerise #E800A4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.59%
G = 0%
B = 41.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E800A4 (or 0xE800A4) is known color: Hollywood Cerise. HEX triplet: E8, 00 and A4. RGB value is (232,0,164). Sum of RGB (Red+Green+Blue) = 232+0+164=396 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.59% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 232 - color contains mainly: red. Hex color #E800A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E800A4 is #17FF5B. Grayscale: #575757. Windows color (decimal): -1572700 or 10748136. OLE color: 10748136.

HSL color Cylindrical-coordinate representation of color #E800A4: hue angle of 317.59º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E800A4 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 0 164 -
CMYK 0 1 0.29 0.09
HSL 317.59º 1% 0.45% -
HSV(B) 317.59º 1% 0.91% -
XYZ 39.98 19.84 36.84 -
YUV 88.06 170.86 230.66 -
System Red Green Blue C M Y K H S L
Decimal 232 0 164 0 1 0.29 0.09 317.59 1 0.45
Hex E8 0 A4 0 64 1D 9 13E 64 2D
Octal 350 0 244 0 144 35 11 476 144 55
Binary 11101000 0 10100100 0 1100100 11101 1001 100111110 1100100 101101

Color Harmonies of #E800A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800A4

Black with #E800A4

Text Example


Text Example

White with #E800A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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