Shades of Hot Pink #E261AC
Tints of Hot Pink #E261AC
RGB
CMYK
RGB Variations
Color information
#E261AC (or 0xE261AC) is known color: Hot Pink. HEX triplet: E2, 61 and AC. RGB value is (226,97,172). Sum of RGB (Red+Green+Blue) = 226+97+172=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E261AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E261AC is #1D9E53. Grayscale: #8F8F8F. Windows color (decimal): -1941076 or 11297250. OLE color: 11297250.
HSL color Cylindrical-coordinate representation of color #E261AC: hue angle of 325.12º 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 #E261AC is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 172 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.11 |
| HSL | 325.12º | 0.69% | 0.63% | - |
| HSV(B) | 325.12º | 0.57% | 0.89% | - |
| XYZ | 43.09 | 27.7 | 42.1 | - |
| YUV | 144.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 172 | 0 | 0.57 | 0.24 | 0.11 | 325.12 | 0.69 | 0.63 |
| Hex | E2 | 61 | AC | 0 | 39 | 18 | B | 145 | 45 | 3F |
| Octal | 342 | 141 | 254 | 0 | 71 | 30 | 13 | 505 | 105 | 77 |
| Binary | 11100010 | 1100001 | 10101100 | 0 | 111001 | 11000 | 1011 | 101000101 | 1000101 | 111111 |
Color Harmonies of #E261AC
Complementary color
Monochromatic Colors of #E261AC
Black with #E261AC
Text Example
Text Example
White with #E261AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E261AC; }
p { color: rgb(226,97,172); }
H1.HeaderClassName
{
color: #E261AC;
}
.AnyTagClassName
{
color: #E261AC;
}
</style>
background-color css
<style>
a { background-color: #E261AC; }
a { background-color: rgb(226,97,172); }
div.DivClassName
{
background-color: #E261AC;
}
.BgClassName
{
background-color: #E261AC;
}
</style>
border-color css
<style>
span { border-color: #E261AC; }
span { border-color: rgb(226,97,172); }
td.TdClassName
{
border-color: #E261AC;
}
.TagClassName
{
border-color: #E261AC;
}
</style>