Shades of Hot Pink #E260AB
Tints of Hot Pink #E260AB
RGB
CMYK
RGB Variations
Color information
#E260AB (or 0xE260AB) is known color: Hot Pink. HEX triplet: E2, 60 and AB. RGB value is (226,96,171). Sum of RGB (Red+Green+Blue) = 226+96+171=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E260AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E260AB is #1D9F54. Grayscale: #8F8F8F. Windows color (decimal): -1941333 or 11231458. OLE color: 11231458.
HSL color Cylindrical-coordinate representation of color #E260AB: hue angle of 325.38º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E260AB is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 171 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.11 |
| HSL | 325.38º | 0.69% | 0.63% | - |
| HSV(B) | 325.38º | 0.58% | 0.89% | - |
| XYZ | 42.9 | 27.47 | 41.57 | - |
| YUV | 143.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 171 | 0 | 0.58 | 0.24 | 0.11 | 325.38 | 0.69 | 0.63 |
| Hex | E2 | 60 | AB | 0 | 3A | 18 | B | 145 | 45 | 3F |
| Octal | 342 | 140 | 253 | 0 | 72 | 30 | 13 | 505 | 105 | 77 |
| Binary | 11100010 | 1100000 | 10101011 | 0 | 111010 | 11000 | 1011 | 101000101 | 1000101 | 111111 |
Color Harmonies of #E260AB
Complementary color
Monochromatic Colors of #E260AB
Black with #E260AB
Text Example
Text Example
White with #E260AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E260AB; }
p { color: rgb(226,96,171); }
H1.HeaderClassName
{
color: #E260AB;
}
.AnyTagClassName
{
color: #E260AB;
}
</style>
background-color css
<style>
a { background-color: #E260AB; }
a { background-color: rgb(226,96,171); }
div.DivClassName
{
background-color: #E260AB;
}
.BgClassName
{
background-color: #E260AB;
}
</style>
border-color css
<style>
span { border-color: #E260AB; }
span { border-color: rgb(226,96,171); }
td.TdClassName
{
border-color: #E260AB;
}
.TagClassName
{
border-color: #E260AB;
}
</style>