Html Css Color HEX #E800AE Hollywood Cerise

📋 copy color: '#E800AE'

red 232 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #E800AE

Tints of Hollywood Cerise #E800AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E800AE (or 0xE800AE) is known color: Hollywood Cerise. HEX triplet: E8, 00 and AE. RGB value is (232,0,174). Sum of RGB (Red+Green+Blue) = 232+0+174=406 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.14% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 232 - color contains mainly: red. Hex color #E800AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E800AE is #17FF51. Grayscale: #585858. Windows color (decimal): -1572690 or 11403496. OLE color: 11403496.

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

Color convert

RGB 232 0 174 -
CMYK 0 1 0.25 0.09
HSL 315º 1% 0.45% -
HSV(B) 315º 1% 0.91% -
XYZ 40.92 20.21 41.79 -
YUV 89.2 175.86 229.85 -
System Red Green Blue C M Y K H S L
Decimal 232 0 174 0 1 0.25 0.09 315 1 0.45
Hex E8 0 AE 0 64 19 9 13B 64 2D
Octal 350 0 256 0 144 31 11 473 144 55
Binary 11101000 0 10101110 0 1100100 11001 1001 100111011 1100100 101101

Color Harmonies of #E800AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E800AE

Black with #E800AE

Text Example


Text Example

White with #E800AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E800AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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