Shades of Hot Pink #E760B1
Tints of Hot Pink #E760B1
RGB
CMYK
RGB Variations
Color information
#E760B1 (or 0xE760B1) is known color: Hot Pink. HEX triplet: E7, 60 and B1. RGB value is (231,96,177). Sum of RGB (Red+Green+Blue) = 231+96+177=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E760B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760B1 is #189F4E. Grayscale: #919191. Windows color (decimal): -1613647 or 11624679. OLE color: 11624679.
HSL color Cylindrical-coordinate representation of color #E760B1: hue angle of 324º 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 #E760B1 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 177 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.09 |
| HSL | 324º | 0.74% | 0.64% | - |
| HSV(B) | 324º | 0.58% | 0.91% | - |
| XYZ | 45.07 | 28.53 | 44.73 | - |
| YUV | 145.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 177 | 0 | 0.58 | 0.23 | 0.09 | 324 | 0.74 | 0.64 |
| Hex | E7 | 60 | B1 | 0 | 3A | 17 | 9 | 144 | 4A | 40 |
| Octal | 347 | 140 | 261 | 0 | 72 | 27 | 11 | 504 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10110001 | 0 | 111010 | 10111 | 1001 | 101000100 | 1001010 | 1000000 |
Color Harmonies of #E760B1
Complementary color
Monochromatic Colors of #E760B1
Black with #E760B1
Text Example
Text Example
White with #E760B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760B1; }
p { color: rgb(231,96,177); }
H1.HeaderClassName
{
color: #E760B1;
}
.AnyTagClassName
{
color: #E760B1;
}
</style>
background-color css
<style>
a { background-color: #E760B1; }
a { background-color: rgb(231,96,177); }
div.DivClassName
{
background-color: #E760B1;
}
.BgClassName
{
background-color: #E760B1;
}
</style>
border-color css
<style>
span { border-color: #E760B1; }
span { border-color: rgb(231,96,177); }
td.TdClassName
{
border-color: #E760B1;
}
.TagClassName
{
border-color: #E760B1;
}
</style>