Shades of Hot Pink #E15DB7
Tints of Hot Pink #E15DB7
RGB
CMYK
RGB Variations
Color information
#E15DB7 (or 0xE15DB7) is known color: Hot Pink. HEX triplet: E1, 5D and B7. RGB value is (225,93,183). Sum of RGB (Red+Green+Blue) = 225+93+183=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E15DB7 is #1EA248. Grayscale: #8E8E8E. Windows color (decimal): -2007625 or 12017121. OLE color: 12017121.
HSL color Cylindrical-coordinate representation of color #E15DB7: hue angle of 319.09º 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 #E15DB7 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 183 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.12 |
| HSL | 319.09º | 0.69% | 0.62% | - |
| HSV(B) | 319.09º | 0.59% | 0.88% | - |
| XYZ | 43.51 | 27.26 | 47.77 | - |
| YUV | 142.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 183 | 0 | 0.59 | 0.19 | 0.12 | 319.09 | 0.69 | 0.62 |
| Hex | E1 | 5D | B7 | 0 | 3B | 13 | C | 13F | 45 | 3E |
| Octal | 341 | 135 | 267 | 0 | 73 | 23 | 14 | 477 | 105 | 76 |
| Binary | 11100001 | 1011101 | 10110111 | 0 | 111011 | 10011 | 1100 | 100111111 | 1000101 | 111110 |
Color Harmonies of #E15DB7
Complementary color
Monochromatic Colors of #E15DB7
Black with #E15DB7
Text Example
Text Example
White with #E15DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15DB7; }
p { color: rgb(225,93,183); }
H1.HeaderClassName
{
color: #E15DB7;
}
.AnyTagClassName
{
color: #E15DB7;
}
</style>
background-color css
<style>
a { background-color: #E15DB7; }
a { background-color: rgb(225,93,183); }
div.DivClassName
{
background-color: #E15DB7;
}
.BgClassName
{
background-color: #E15DB7;
}
</style>
border-color css
<style>
span { border-color: #E15DB7; }
span { border-color: rgb(225,93,183); }
td.TdClassName
{
border-color: #E15DB7;
}
.TagClassName
{
border-color: #E15DB7;
}
</style>