Shades of Hot Pink #E85DAF
Tints of Hot Pink #E85DAF
RGB
CMYK
RGB Variations
Color information
#E85DAF (or 0xE85DAF) is known color: Hot Pink. HEX triplet: E8, 5D and AF. RGB value is (232,93,175). Sum of RGB (Red+Green+Blue) = 232+93+175=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85DAF is #17A250. Grayscale: #8F8F8F. Windows color (decimal): -1548881 or 11492840. OLE color: 11492840.
HSL color Cylindrical-coordinate representation of color #E85DAF: hue angle of 324.6º 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 #E85DAF is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 175 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.09 |
| HSL | 324.6º | 0.75% | 0.64% | - |
| HSV(B) | 324.6º | 0.6% | 0.91% | - |
| XYZ | 44.93 | 28.08 | 43.61 | - |
| YUV | 143.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 175 | 0 | 0.60 | 0.25 | 0.09 | 324.6 | 0.75 | 0.64 |
| Hex | E8 | 5D | AF | 0 | 3C | 19 | 9 | 145 | 4B | 40 |
| Octal | 350 | 135 | 257 | 0 | 74 | 31 | 11 | 505 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10101111 | 0 | 111100 | 11001 | 1001 | 101000101 | 1001011 | 1000000 |
Color Harmonies of #E85DAF
Complementary color
Monochromatic Colors of #E85DAF
Black with #E85DAF
Text Example
Text Example
White with #E85DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DAF; }
p { color: rgb(232,93,175); }
H1.HeaderClassName
{
color: #E85DAF;
}
.AnyTagClassName
{
color: #E85DAF;
}
</style>
background-color css
<style>
a { background-color: #E85DAF; }
a { background-color: rgb(232,93,175); }
div.DivClassName
{
background-color: #E85DAF;
}
.BgClassName
{
background-color: #E85DAF;
}
</style>
border-color css
<style>
span { border-color: #E85DAF; }
span { border-color: rgb(232,93,175); }
td.TdClassName
{
border-color: #E85DAF;
}
.TagClassName
{
border-color: #E85DAF;
}
</style>