Shades of Hot Pink #E760AD
Tints of Hot Pink #E760AD
RGB
CMYK
RGB Variations
Color information
#E760AD (or 0xE760AD) is known color: Hot Pink. HEX triplet: E7, 60 and AD. RGB value is (231,96,173). Sum of RGB (Red+Green+Blue) = 231+96+173=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E760AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E760AD is #189F52. Grayscale: #909090. Windows color (decimal): -1613651 or 11362535. OLE color: 11362535.
HSL color Cylindrical-coordinate representation of color #E760AD: hue angle of 325.78º 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 #E760AD is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 173 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.09 |
| HSL | 325.78º | 0.74% | 0.64% | - |
| HSV(B) | 325.78º | 0.58% | 0.91% | - |
| XYZ | 44.68 | 28.37 | 42.66 | - |
| YUV | 145.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 173 | 0 | 0.58 | 0.25 | 0.09 | 325.78 | 0.74 | 0.64 |
| Hex | E7 | 60 | AD | 0 | 3A | 19 | 9 | 146 | 4A | 40 |
| Octal | 347 | 140 | 255 | 0 | 72 | 31 | 11 | 506 | 112 | 100 |
| Binary | 11100111 | 1100000 | 10101101 | 0 | 111010 | 11001 | 1001 | 101000110 | 1001010 | 1000000 |
Color Harmonies of #E760AD
Complementary color
Monochromatic Colors of #E760AD
Black with #E760AD
Text Example
Text Example
White with #E760AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E760AD; }
p { color: rgb(231,96,173); }
H1.HeaderClassName
{
color: #E760AD;
}
.AnyTagClassName
{
color: #E760AD;
}
</style>
background-color css
<style>
a { background-color: #E760AD; }
a { background-color: rgb(231,96,173); }
div.DivClassName
{
background-color: #E760AD;
}
.BgClassName
{
background-color: #E760AD;
}
</style>
border-color css
<style>
span { border-color: #E760AD; }
span { border-color: rgb(231,96,173); }
td.TdClassName
{
border-color: #E760AD;
}
.TagClassName
{
border-color: #E760AD;
}
</style>