#E15EAD

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

Shades of Hot Pink #E15EAD

Tints of Hot Pink #E15EAD

Color information

#E15EAD (or 0xE15EAD) is unknown color: approx Hot Pink. HEX triplet: E1, 5E and AD. RGB value is (225,94,173). Sum of RGB (Red+Green+Blue) = 225+94+173=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E15EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15EAD is #1EA152. Grayscale: #8D8D8D. Windows color (decimal): -2007379 or 11362017. OLE color: 11362017.

HSL color Cylindrical-coordinate representation of color #E15EAD: hue angle of 323.82º 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 #E15EAD is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB22594173-
CMYK00.580.230.12
HSL323.82º68.59%62.55%-
HSV(B)323.82º58.22%88.24%-
XYZ42.627.0342.51-
YUV142.17145.4187.08-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.73%
GREEN value IS 94 (37.11% from 255) = 19.11%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=45.73%
G=19.11%
B=35.16%

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
Decimal2259417300.580.230.12323.8268.5962.55
HexE15EAD03A17C144453f
Octal341136255072271450410577
Binary1110000110111101010110101110101011111001010001001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15EAD; }

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

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

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

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

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

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

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

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