Shades of Hot Pink #E85DB7
Tints of Hot Pink #E85DB7
RGB
CMYK
RGB Variations
Color information
#E85DB7 (or 0xE85DB7) is known color: Hot Pink. HEX triplet: E8, 5D and B7. RGB value is (232,93,183). Sum of RGB (Red+Green+Blue) = 232+93+183=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DB7 is #17A248. Grayscale: #909090. Windows color (decimal): -1548873 or 12017128. OLE color: 12017128.
HSL color Cylindrical-coordinate representation of color #E85DB7: hue angle of 321.15º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85DB7 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 183 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.09 |
| HSL | 321.15º | 0.75% | 0.64% | - |
| HSV(B) | 321.15º | 0.6% | 0.91% | - |
| XYZ | 45.74 | 28.4 | 47.87 | - |
| YUV | 144.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 183 | 0 | 0.60 | 0.21 | 0.09 | 321.15 | 0.75 | 0.64 |
| Hex | E8 | 5D | B7 | 0 | 3C | 15 | 9 | 141 | 4B | 40 |
| Octal | 350 | 135 | 267 | 0 | 74 | 25 | 11 | 501 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10110111 | 0 | 111100 | 10101 | 1001 | 101000001 | 1001011 | 1000000 |
Color Harmonies of #E85DB7
Complementary color
Monochromatic Colors of #E85DB7
Black with #E85DB7
Text Example
Text Example
White with #E85DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DB7; }
p { color: rgb(232,93,183); }
H1.HeaderClassName
{
color: #E85DB7;
}
.AnyTagClassName
{
color: #E85DB7;
}
</style>
background-color css
<style>
a { background-color: #E85DB7; }
a { background-color: rgb(232,93,183); }
div.DivClassName
{
background-color: #E85DB7;
}
.BgClassName
{
background-color: #E85DB7;
}
</style>
border-color css
<style>
span { border-color: #E85DB7; }
span { border-color: rgb(232,93,183); }
td.TdClassName
{
border-color: #E85DB7;
}
.TagClassName
{
border-color: #E85DB7;
}
</style>