Html Css Color HEX #E105AA Hollywood Cerise

📋 copy color: '#E105AA'

red 225 ◦ green 5 ◦ blue 170

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

Shades of Hollywood Cerise #E105AA

Tints of Hollywood Cerise #E105AA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.25%

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

R = 56.25%
G = 1.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E105AA (or 0xE105AA) is known color: Hollywood Cerise. HEX triplet: E1, 05 and AA. RGB value is (225,5,170). Sum of RGB (Red+Green+Blue) = 225+5+170=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E105AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E105AA is #1EFA55. Grayscale: #595959. Windows color (decimal): -2030166 or 11142625. OLE color: 11142625.

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

Color convert

RGB 225 5 170 -
CMYK 0 0.98 0.24 0.12
HSL 315º 0.96% 0.45% -
HSV(B) 315º 0.98% 0.88% -
XYZ 38.36 19.02 39.68 -
YUV 89.59 173.39 224.58 -
System Red Green Blue C M Y K H S L
Decimal 225 5 170 0 0.98 0.24 0.12 315 0.96 0.45
Hex E1 5 AA 0 62 18 C 13B 60 2D
Octal 341 5 252 0 142 30 14 473 140 55
Binary 11100001 101 10101010 0 1100010 11000 1100 100111011 1100000 101101

Color Harmonies of #E105AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E105AA

Black with #E105AA

Text Example


Text Example

White with #E105AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E105AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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