Shades of Hot Pink #E760AC
Tints of Hot Pink #E760AC
RGB
CMYK
RGB Variations
Color information
#E760AC (or 0xE760AC) is known color: Hot Pink. HEX triplet: E7, 60 and AC. RGB value is (231,96,172). Sum of RGB (Red+Green+Blue) = 231+96+172=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E760AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760AC is #189F53. Grayscale: #909090. Windows color (decimal): -1613652 or 11296999. OLE color: 11296999.
HSL color Cylindrical-coordinate representation of color #E760AC: hue angle of 326.22º 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 #E760AC is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 172 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.09 |
| HSL | 326.22º | 0.74% | 0.64% | - |
| HSV(B) | 326.22º | 0.58% | 0.91% | - |
| XYZ | 44.58 | 28.33 | 42.15 | - |
| YUV | 145.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 172 | 0 | 0.58 | 0.26 | 0.09 | 326.22 | 0.74 | 0.64 |
| Hex | E7 | 60 | AC | 0 | 3A | 1A | 9 | 146 | 4A | 40 |
| Octal | 347 | 140 | 254 | 0 | 72 | 32 | 11 | 506 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10101100 | 0 | 111010 | 11010 | 1001 | 101000110 | 1001010 | 1000000 |
Color Harmonies of #E760AC
Complementary color
Monochromatic Colors of #E760AC
Black with #E760AC
Text Example
Text Example
White with #E760AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760AC; }
p { color: rgb(231,96,172); }
H1.HeaderClassName
{
color: #E760AC;
}
.AnyTagClassName
{
color: #E760AC;
}
</style>
background-color css
<style>
a { background-color: #E760AC; }
a { background-color: rgb(231,96,172); }
div.DivClassName
{
background-color: #E760AC;
}
.BgClassName
{
background-color: #E760AC;
}
</style>
border-color css
<style>
span { border-color: #E760AC; }
span { border-color: rgb(231,96,172); }
td.TdClassName
{
border-color: #E760AC;
}
.TagClassName
{
border-color: #E760AC;
}
</style>