Shades of Hot Pink #E85EB7
Tints of Hot Pink #E85EB7
RGB
CMYK
RGB Variations
Color information
#E85EB7 (or 0xE85EB7) is known color: Hot Pink. HEX triplet: E8, 5E and B7. RGB value is (232,94,183). Sum of RGB (Red+Green+Blue) = 232+94+183=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85EB7 is #17A148. Grayscale: #919191. Windows color (decimal): -1548617 or 12017384. OLE color: 12017384.
HSL color Cylindrical-coordinate representation of color #E85EB7: hue angle of 321.3º 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 #E85EB7 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 183 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.09 |
| HSL | 321.3º | 0.75% | 0.64% | - |
| HSV(B) | 321.3º | 0.59% | 0.91% | - |
| XYZ | 45.83 | 28.58 | 47.9 | - |
| YUV | 145.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 183 | 0 | 0.59 | 0.21 | 0.09 | 321.3 | 0.75 | 0.64 |
| Hex | E8 | 5E | B7 | 0 | 3B | 15 | 9 | 141 | 4B | 40 |
| Octal | 350 | 136 | 267 | 0 | 73 | 25 | 11 | 501 | 113 | 100 |
| Binary | 11101000 | 1011110 | 10110111 | 0 | 111011 | 10101 | 1001 | 101000001 | 1001011 | 1000000 |
Color Harmonies of #E85EB7
Complementary color
Monochromatic Colors of #E85EB7
Black with #E85EB7
Text Example
Text Example
White with #E85EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85EB7; }
p { color: rgb(232,94,183); }
H1.HeaderClassName
{
color: #E85EB7;
}
.AnyTagClassName
{
color: #E85EB7;
}
</style>
background-color css
<style>
a { background-color: #E85EB7; }
a { background-color: rgb(232,94,183); }
div.DivClassName
{
background-color: #E85EB7;
}
.BgClassName
{
background-color: #E85EB7;
}
</style>
border-color css
<style>
span { border-color: #E85EB7; }
span { border-color: rgb(232,94,183); }
td.TdClassName
{
border-color: #E85EB7;
}
.TagClassName
{
border-color: #E85EB7;
}
</style>