Shades of Hot Pink #E860B5
Tints of Hot Pink #E860B5
RGB
CMYK
RGB Variations
Color information
#E860B5 (or 0xE860B5) is known color: Hot Pink. HEX triplet: E8, 60 and B5. RGB value is (232,96,181). Sum of RGB (Red+Green+Blue) = 232+96+181=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E860B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E860B5 is #179F4A. Grayscale: #929292. Windows color (decimal): -1548107 or 11886824. OLE color: 11886824.
HSL color Cylindrical-coordinate representation of color #E860B5: hue angle of 322.5º 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 #E860B5 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 181 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.09 |
| HSL | 322.5º | 0.75% | 0.64% | - |
| HSV(B) | 322.5º | 0.59% | 0.91% | - |
| XYZ | 45.8 | 28.86 | 46.87 | - |
| YUV | 146.35 | 147.56 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 181 | 0 | 0.59 | 0.22 | 0.09 | 322.5 | 0.75 | 0.64 |
| Hex | E8 | 60 | B5 | 0 | 3B | 16 | 9 | 142 | 4B | 40 |
| Octal | 350 | 140 | 265 | 0 | 73 | 26 | 11 | 502 | 113 | 100 |
| Binary | 11101000 | 1100000 | 10110101 | 0 | 111011 | 10110 | 1001 | 101000010 | 1001011 | 1000000 |
Color Harmonies of #E860B5
Complementary color
Monochromatic Colors of #E860B5
Black with #E860B5
Text Example
Text Example
White with #E860B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E860B5; }
p { color: rgb(232,96,181); }
H1.HeaderClassName
{
color: #E860B5;
}
.AnyTagClassName
{
color: #E860B5;
}
</style>
background-color css
<style>
a { background-color: #E860B5; }
a { background-color: rgb(232,96,181); }
div.DivClassName
{
background-color: #E860B5;
}
.BgClassName
{
background-color: #E860B5;
}
</style>
border-color css
<style>
span { border-color: #E860B5; }
span { border-color: rgb(232,96,181); }
td.TdClassName
{
border-color: #E860B5;
}
.TagClassName
{
border-color: #E860B5;
}
</style>