Shades of Hot Pink #E760B0
Tints of Hot Pink #E760B0
RGB
CMYK
RGB Variations
Color information
#E760B0 (or 0xE760B0) is known color: Hot Pink. HEX triplet: E7, 60 and B0. RGB value is (231,96,176). Sum of RGB (Red+Green+Blue) = 231+96+176=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E760B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760B0 is #189F4F. Grayscale: #919191. Windows color (decimal): -1613648 or 11559143. OLE color: 11559143.
HSL color Cylindrical-coordinate representation of color #E760B0: hue angle of 324.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 #E760B0 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 176 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.09 |
| HSL | 324.44º | 0.74% | 0.64% | - |
| HSV(B) | 324.44º | 0.58% | 0.91% | - |
| XYZ | 44.97 | 28.49 | 44.2 | - |
| YUV | 145.49 | 145.23 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 176 | 0 | 0.58 | 0.24 | 0.09 | 324.44 | 0.74 | 0.64 |
| Hex | E7 | 60 | B0 | 0 | 3A | 18 | 9 | 144 | 4A | 40 |
| Octal | 347 | 140 | 260 | 0 | 72 | 30 | 11 | 504 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10110000 | 0 | 111010 | 11000 | 1001 | 101000100 | 1001010 | 1000000 |
Color Harmonies of #E760B0
Complementary color
Monochromatic Colors of #E760B0
Black with #E760B0
Text Example
Text Example
White with #E760B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760B0; }
p { color: rgb(231,96,176); }
H1.HeaderClassName
{
color: #E760B0;
}
.AnyTagClassName
{
color: #E760B0;
}
</style>
background-color css
<style>
a { background-color: #E760B0; }
a { background-color: rgb(231,96,176); }
div.DivClassName
{
background-color: #E760B0;
}
.BgClassName
{
background-color: #E760B0;
}
</style>
border-color css
<style>
span { border-color: #E760B0; }
span { border-color: rgb(231,96,176); }
td.TdClassName
{
border-color: #E760B0;
}
.TagClassName
{
border-color: #E760B0;
}
</style>