Html Css Color HEX #E900AE Hollywood Cerise

📋 copy color: '#E900AE'

red 233 ◦ green 0 ◦ blue 174

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

Shades of Hollywood Cerise #E900AE

Tints of Hollywood Cerise #E900AE

RGB

 RED value IS 233 (91.41% from 255) = 57.25%

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

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

R = 57.25%
G = 0%
B = 42.75%

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

#E900AE (or 0xE900AE) is known color: Hollywood Cerise. HEX triplet: E9, 00 and AE. RGB value is (233,0,174). Sum of RGB (Red+Green+Blue) = 233+0+174=407 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.25% from 407); Green value is 0 (0.39% from 255 or 0% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 233 - color contains mainly: red. Hex color #E900AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900AE is #16FF51. Grayscale: #595959. Windows color (decimal): -1507154 or 11403497. OLE color: 11403497.

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

Color convert

RGB 233 0 174 -
CMYK 0 1 0.25 0.09
HSL 315.19º 1% 0.46% -
HSV(B) 315.19º 1% 0.91% -
XYZ 41.24 20.38 41.8 -
YUV 89.5 175.69 230.35 -
System Red Green Blue C M Y K H S L
Decimal 233 0 174 0 1 0.25 0.09 315.19 1 0.46
Hex E9 0 AE 0 64 19 9 13B 64 2E
Octal 351 0 256 0 144 31 11 473 144 56
Binary 11101001 0 10101110 0 1100100 11001 1001 100111011 1100100 101110

Color Harmonies of #E900AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E900AE

Black with #E900AE

Text Example


Text Example

White with #E900AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E900AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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