Shades of Hot Pink #E261AB
Tints of Hot Pink #E261AB
RGB
CMYK
RGB Variations
Color information
#E261AB (or 0xE261AB) is known color: Hot Pink. HEX triplet: E2, 61 and AB. RGB value is (226,97,171). Sum of RGB (Red+Green+Blue) = 226+97+171=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 97 (38.28% from 255 or 19.64% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E261AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E261AB is #1D9E54. Grayscale: #8F8F8F. Windows color (decimal): -1941077 or 11231714. OLE color: 11231714.
HSL color Cylindrical-coordinate representation of color #E261AB: hue angle of 325.58º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E261AB is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 171 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.11 |
| HSL | 325.58º | 0.69% | 0.63% | - |
| HSV(B) | 325.58º | 0.57% | 0.89% | - |
| XYZ | 42.99 | 27.66 | 41.6 | - |
| YUV | 144.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 171 | 0 | 0.57 | 0.24 | 0.11 | 325.58 | 0.69 | 0.63 |
| Hex | E2 | 61 | AB | 0 | 39 | 18 | B | 146 | 45 | 3F |
| Octal | 342 | 141 | 253 | 0 | 71 | 30 | 13 | 506 | 105 | 77 |
| Binary | 11100010 | 1100001 | 10101011 | 0 | 111001 | 11000 | 1011 | 101000110 | 1000101 | 111111 |
Color Harmonies of #E261AB
Complementary color
Monochromatic Colors of #E261AB
Black with #E261AB
Text Example
Text Example
White with #E261AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E261AB; }
p { color: rgb(226,97,171); }
H1.HeaderClassName
{
color: #E261AB;
}
.AnyTagClassName
{
color: #E261AB;
}
</style>
background-color css
<style>
a { background-color: #E261AB; }
a { background-color: rgb(226,97,171); }
div.DivClassName
{
background-color: #E261AB;
}
.BgClassName
{
background-color: #E261AB;
}
</style>
border-color css
<style>
span { border-color: #E261AB; }
span { border-color: rgb(226,97,171); }
td.TdClassName
{
border-color: #E261AB;
}
.TagClassName
{
border-color: #E261AB;
}
</style>