#E15DB6

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

Shades of Hot Pink #E15DB6

Tints of Hot Pink #E15DB6

Color information

#E15DB6 (or 0xE15DB6) is unknown color: approx Hot Pink. HEX triplet: E1, 5D and B6. RGB value is (225,93,182). Sum of RGB (Red+Green+Blue) = 225+93+182=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DB6 is #1EA249. Grayscale: #8E8E8E. Windows color (decimal): -2007626 or 11951585. OLE color: 11951585.

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

Color convert

RGB22593182-
CMYK00.590.190.12
HSL319.55º68.75%62.35%-
HSV(B)319.55º58.67%88.24%-
XYZ43.4127.2147.22-
YUV142.61150.23186.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45%
GREEN value IS 93 (36.72% from 255) = 18.6%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=45%
G=18.6%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259318200.590.190.12319.5568.7562.35
HexE15DB603B13C140453e
Octal341135266073231450010576
Binary1110000110111011011011001110111001111001010000001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15DB6; }

 p { color: rgb(225,93,182); }

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

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

 a { background-color: rgb(225,93,182); }

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

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

 span { border-color: rgb(225,93,182); }

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