Html Css Color HEX #E100AA Hollywood Cerise

📋 copy color: '#E100AA'

red 225 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #E100AA

Tints of Hollywood Cerise #E100AA

RGB

 RED value IS 225 (88.28% from 255) = 56.96%

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

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

R = 56.96%
G = 0%
B = 43.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E100AA (or 0xE100AA) is known color: Hollywood Cerise. HEX triplet: E1, 00 and AA. RGB value is (225,0,170). Sum of RGB (Red+Green+Blue) = 225+0+170=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E100AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100AA is #1EFF55. Grayscale: #565656. Windows color (decimal): -2031446 or 11141345. OLE color: 11141345.

HSL color Cylindrical-coordinate representation of color #E100AA: hue angle of 314.67º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E100AA is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 0 170 -
CMYK 0 1 0.24 0.12
HSL 314.67º 1% 0.44% -
HSV(B) 314.67º 1% 0.88% -
XYZ 38.31 18.91 39.66 -
YUV 86.66 175.04 226.68 -
System Red Green Blue C M Y K H S L
Decimal 225 0 170 0 1 0.24 0.12 314.67 1 0.44
Hex E1 0 AA 0 64 18 C 13B 64 2C
Octal 341 0 252 0 144 30 14 473 144 54
Binary 11100001 0 10101010 0 1100100 11000 1100 100111011 1100100 101100

Color Harmonies of #E100AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100AA

Black with #E100AA

Text Example


Text Example

White with #E100AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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