Shades of Hot Pink #E15DB8
Tints of Hot Pink #E15DB8
RGB
CMYK
RGB Variations
Color information
#E15DB8 (or 0xE15DB8) is known color: Hot Pink. HEX triplet: E1, 5D and B8. RGB value is (225,93,184). Sum of RGB (Red+Green+Blue) = 225+93+184=502 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.82% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DB8 is #1EA247. Grayscale: #8E8E8E. Windows color (decimal): -2007624 or 12082657. OLE color: 12082657.
HSL color Cylindrical-coordinate representation of color #E15DB8: hue angle of 318.64º 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 #E15DB8 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 184 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.12 |
| HSL | 318.64º | 0.69% | 0.62% | - |
| HSV(B) | 318.64º | 0.59% | 0.88% | - |
| XYZ | 43.62 | 27.3 | 48.32 | - |
| YUV | 142.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 184 | 0 | 0.59 | 0.18 | 0.12 | 318.64 | 0.69 | 0.62 |
| Hex | E1 | 5D | B8 | 0 | 3B | 12 | C | 13F | 45 | 3E |
| Octal | 341 | 135 | 270 | 0 | 73 | 22 | 14 | 477 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10111000 | 0 | 111011 | 10010 | 1100 | 100111111 | 1000101 | 111110 |
Color Harmonies of #E15DB8
Complementary color
Monochromatic Colors of #E15DB8
Black with #E15DB8
Text Example
Text Example
White with #E15DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DB8; }
p { color: rgb(225,93,184); }
H1.HeaderClassName
{
color: #E15DB8;
}
.AnyTagClassName
{
color: #E15DB8;
}
</style>
background-color css
<style>
a { background-color: #E15DB8; }
a { background-color: rgb(225,93,184); }
div.DivClassName
{
background-color: #E15DB8;
}
.BgClassName
{
background-color: #E15DB8;
}
</style>
border-color css
<style>
span { border-color: #E15DB8; }
span { border-color: rgb(225,93,184); }
td.TdClassName
{
border-color: #E15DB8;
}
.TagClassName
{
border-color: #E15DB8;
}
</style>