#E15EAE

Color #E15EAE Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #E15EAE

Tints of Hot Pink #E15EAE

Color information

#E15EAE (or 0xE15EAE) is unknown color: approx Hot Pink. HEX triplet: E1, 5E and AE. RGB value is (225,94,174). Sum of RGB (Red+Green+Blue) = 225+94+174=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15EAE is #1EA151. Grayscale: #8E8E8E. Windows color (decimal): -2007378 or 11427553. OLE color: 11427553.

HSL color Cylindrical-coordinate representation of color #E15EAE: hue angle of 323.36º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E15EAE is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22594174-
CMYK00.580.230.12
HSL323.36º68.59%62.55%-
HSV(B)323.36º58.22%88.24%-
XYZ42.6927.0743.02-
YUV142.29145.9187-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.64%
GREEN value IS 94 (37.11% from 255) = 19.07%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=45.64%
G=19.07%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259417400.580.230.12323.3668.5962.55
HexE15EAE03A17C143453f
Octal341136256072271450310577
Binary1110000110111101010111001110101011111001010000111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15EAE; }

 p { color: rgb(225,94,174); }

 H1.HeaderClassName
 {
   color: #E15EAE;
 }
 .AnyTagClassName
 {
   color: #E15EAE;
 }
</style>
background-color css

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

 a { background-color: rgb(225,94,174); }

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

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

 span { border-color: rgb(225,94,174); }

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