Html Css Color HEX #E900AA Hollywood Cerise

📋 copy color: '#E900AA'

red 233 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #E900AA

Tints of Hollywood Cerise #E900AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 57.82%
G = 0%
B = 42.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E900AA (or 0xE900AA) is known color: Hollywood Cerise. HEX triplet: E9, 00 and AA. RGB value is (233,0,170). Sum of RGB (Red+Green+Blue) = 233+0+170=403 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.82% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 233 - color contains mainly: red. Hex color #E900AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900AA is #16FF55. Grayscale: #585858. Windows color (decimal): -1507158 or 11141353. OLE color: 11141353.

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

Color convert

RGB 233 0 170 -
CMYK 0 1 0.27 0.09
HSL 316.22º 1% 0.46% -
HSV(B) 316.22º 1% 0.91% -
XYZ 40.86 20.23 39.78 -
YUV 89.05 173.69 230.68 -
System Red Green Blue C M Y K H S L
Decimal 233 0 170 0 1 0.27 0.09 316.22 1 0.46
Hex E9 0 AA 0 64 1B 9 13C 64 2E
Octal 351 0 252 0 144 33 11 474 144 56
Binary 11101001 0 10101010 0 1100100 11011 1001 100111100 1100100 101110

Color Harmonies of #E900AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E900AA

Black with #E900AA

Text Example


Text Example

White with #E900AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E900AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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