Shades of Hot Pink #E85DAD
Tints of Hot Pink #E85DAD
RGB
CMYK
RGB Variations
Color information
#E85DAD (or 0xE85DAD) is known color: Hot Pink. HEX triplet: E8, 5D and AD. RGB value is (232,93,173). Sum of RGB (Red+Green+Blue) = 232+93+173=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85DAD is #17A252. Grayscale: #8F8F8F. Windows color (decimal): -1548883 or 11361768. OLE color: 11361768.
HSL color Cylindrical-coordinate representation of color #E85DAD: hue angle of 325.47º 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 #E85DAD is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 173 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.09 |
| HSL | 325.47º | 0.75% | 0.64% | - |
| HSV(B) | 325.47º | 0.6% | 0.91% | - |
| XYZ | 44.74 | 28 | 42.58 | - |
| YUV | 143.68 | 144.55 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 173 | 0 | 0.60 | 0.25 | 0.09 | 325.47 | 0.75 | 0.64 |
| Hex | E8 | 5D | AD | 0 | 3C | 19 | 9 | 145 | 4B | 40 |
| Octal | 350 | 135 | 255 | 0 | 74 | 31 | 11 | 505 | 113 | 100 |
| Binary | 11101000 | 1011101 | 10101101 | 0 | 111100 | 11001 | 1001 | 101000101 | 1001011 | 1000000 |
Color Harmonies of #E85DAD
Complementary color
Monochromatic Colors of #E85DAD
Black with #E85DAD
Text Example
Text Example
White with #E85DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85DAD; }
p { color: rgb(232,93,173); }
H1.HeaderClassName
{
color: #E85DAD;
}
.AnyTagClassName
{
color: #E85DAD;
}
</style>
background-color css
<style>
a { background-color: #E85DAD; }
a { background-color: rgb(232,93,173); }
div.DivClassName
{
background-color: #E85DAD;
}
.BgClassName
{
background-color: #E85DAD;
}
</style>
border-color css
<style>
span { border-color: #E85DAD; }
span { border-color: rgb(232,93,173); }
td.TdClassName
{
border-color: #E85DAD;
}
.TagClassName
{
border-color: #E85DAD;
}
</style>