Shades of Hot Pink #E760B9
Tints of Hot Pink #E760B9
RGB
CMYK
RGB Variations
Color information
#E760B9 (or 0xE760B9) is known color: Hot Pink. HEX triplet: E7, 60 and B9. RGB value is (231,96,185). Sum of RGB (Red+Green+Blue) = 231+96+185=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E760B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E760B9 is #189F46. Grayscale: #929292. Windows color (decimal): -1613639 or 12148967. OLE color: 12148967.
HSL color Cylindrical-coordinate representation of color #E760B9: hue angle of 320.44º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E760B9 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 185 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.09 |
| HSL | 320.44º | 0.74% | 0.64% | - |
| HSV(B) | 320.44º | 0.58% | 0.91% | - |
| XYZ | 45.89 | 28.86 | 49.05 | - |
| YUV | 146.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 185 | 0 | 0.58 | 0.20 | 0.09 | 320.44 | 0.74 | 0.64 |
| Hex | E7 | 60 | B9 | 0 | 3A | 14 | 9 | 140 | 4A | 40 |
| Octal | 347 | 140 | 271 | 0 | 72 | 24 | 11 | 500 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10111001 | 0 | 111010 | 10100 | 1001 | 101000000 | 1001010 | 1000000 |
Color Harmonies of #E760B9
Complementary color
Monochromatic Colors of #E760B9
Black with #E760B9
Text Example
Text Example
White with #E760B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760B9; }
p { color: rgb(231,96,185); }
H1.HeaderClassName
{
color: #E760B9;
}
.AnyTagClassName
{
color: #E760B9;
}
</style>
background-color css
<style>
a { background-color: #E760B9; }
a { background-color: rgb(231,96,185); }
div.DivClassName
{
background-color: #E760B9;
}
.BgClassName
{
background-color: #E760B9;
}
</style>
border-color css
<style>
span { border-color: #E760B9; }
span { border-color: rgb(231,96,185); }
td.TdClassName
{
border-color: #E760B9;
}
.TagClassName
{
border-color: #E760B9;
}
</style>