Shades of Hot Pink #E85DB0
Tints of Hot Pink #E85DB0
RGB
CMYK
RGB Variations
Color information
#E85DB0 (or 0xE85DB0) is known color: Hot Pink. HEX triplet: E8, 5D and B0. RGB value is (232,93,176). Sum of RGB (Red+Green+Blue) = 232+93+176=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 93 (36.72% from 255 or 18.56% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85DB0 is #17A24F. Grayscale: #8F8F8F. Windows color (decimal): -1548880 or 11558376. OLE color: 11558376.
HSL color Cylindrical-coordinate representation of color #E85DB0: hue angle of 324.17º 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 #E85DB0 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 176 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.09 |
| HSL | 324.17º | 0.75% | 0.64% | - |
| HSV(B) | 324.17º | 0.6% | 0.91% | - |
| XYZ | 45.03 | 28.12 | 44.13 | - |
| YUV | 144.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 176 | 0 | 0.60 | 0.24 | 0.09 | 324.17 | 0.75 | 0.64 |
| Hex | E8 | 5D | B0 | 0 | 3C | 18 | 9 | 144 | 4B | 40 |
| Octal | 350 | 135 | 260 | 0 | 74 | 30 | 11 | 504 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10110000 | 0 | 111100 | 11000 | 1001 | 101000100 | 1001011 | 1000000 |
Color Harmonies of #E85DB0
Complementary color
Monochromatic Colors of #E85DB0
Black with #E85DB0
Text Example
Text Example
White with #E85DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DB0; }
p { color: rgb(232,93,176); }
H1.HeaderClassName
{
color: #E85DB0;
}
.AnyTagClassName
{
color: #E85DB0;
}
</style>
background-color css
<style>
a { background-color: #E85DB0; }
a { background-color: rgb(232,93,176); }
div.DivClassName
{
background-color: #E85DB0;
}
.BgClassName
{
background-color: #E85DB0;
}
</style>
border-color css
<style>
span { border-color: #E85DB0; }
span { border-color: rgb(232,93,176); }
td.TdClassName
{
border-color: #E85DB0;
}
.TagClassName
{
border-color: #E85DB0;
}
</style>