Shades of Hot Pink #E85FAD
Tints of Hot Pink #E85FAD
RGB
CMYK
RGB Variations
Color information
#E85FAD (or 0xE85FAD) is known color: Hot Pink. HEX triplet: E8, 5F and AD. RGB value is (232,95,173). Sum of RGB (Red+Green+Blue) = 232+95+173=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85FAD is #17A052. Grayscale: #909090. Windows color (decimal): -1548371 or 11362280. OLE color: 11362280.
HSL color Cylindrical-coordinate representation of color #E85FAD: hue angle of 325.84º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85FAD is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 173 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.09 |
| HSL | 325.84º | 0.75% | 0.64% | - |
| HSV(B) | 325.84º | 0.59% | 0.91% | - |
| XYZ | 44.91 | 28.36 | 42.64 | - |
| YUV | 144.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 173 | 0 | 0.59 | 0.25 | 0.09 | 325.84 | 0.75 | 0.64 |
| Hex | E8 | 5F | AD | 0 | 3B | 19 | 9 | 146 | 4B | 40 |
| Octal | 350 | 137 | 255 | 0 | 73 | 31 | 11 | 506 | 113 | 100 |
| Binary | 11101000 | 1011111 | 10101101 | 0 | 111011 | 11001 | 1001 | 101000110 | 1001011 | 1000000 |
Color Harmonies of #E85FAD
Complementary color
Monochromatic Colors of #E85FAD
Black with #E85FAD
Text Example
Text Example
White with #E85FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FAD; }
p { color: rgb(232,95,173); }
H1.HeaderClassName
{
color: #E85FAD;
}
.AnyTagClassName
{
color: #E85FAD;
}
</style>
background-color css
<style>
a { background-color: #E85FAD; }
a { background-color: rgb(232,95,173); }
div.DivClassName
{
background-color: #E85FAD;
}
.BgClassName
{
background-color: #E85FAD;
}
</style>
border-color css
<style>
span { border-color: #E85FAD; }
span { border-color: rgb(232,95,173); }
td.TdClassName
{
border-color: #E85FAD;
}
.TagClassName
{
border-color: #E85FAD;
}
</style>