Shades of Hot Pink #E26AB1
Tints of Hot Pink #E26AB1
RGB
CMYK
RGB Variations
Color information
#E26AB1 (or 0xE26AB1) is known color: Hot Pink. HEX triplet: E2, 6A and B1. RGB value is (226,106,177). Sum of RGB (Red+Green+Blue) = 226+106+177=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26AB1 is #1D954E. Grayscale: #959595. Windows color (decimal): -1938767 or 11627234. OLE color: 11627234.
HSL color Cylindrical-coordinate representation of color #E26AB1: hue angle of 324.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26AB1 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 177 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.11 |
| HSL | 324.5º | 0.67% | 0.65% | - |
| HSV(B) | 324.5º | 0.53% | 0.89% | - |
| XYZ | 44.45 | 29.65 | 44.98 | - |
| YUV | 149.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 177 | 0 | 0.53 | 0.22 | 0.11 | 324.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | B1 | 0 | 35 | 16 | B | 144 | 43 | 41 |
| Octal | 342 | 152 | 261 | 0 | 65 | 26 | 13 | 504 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10110001 | 0 | 110101 | 10110 | 1011 | 101000100 | 1000011 | 1000001 |
Color Harmonies of #E26AB1
Complementary color
Monochromatic Colors of #E26AB1
Black with #E26AB1
Text Example
Text Example
White with #E26AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AB1; }
p { color: rgb(226,106,177); }
H1.HeaderClassName
{
color: #E26AB1;
}
.AnyTagClassName
{
color: #E26AB1;
}
</style>
background-color css
<style>
a { background-color: #E26AB1; }
a { background-color: rgb(226,106,177); }
div.DivClassName
{
background-color: #E26AB1;
}
.BgClassName
{
background-color: #E26AB1;
}
</style>
border-color css
<style>
span { border-color: #E26AB1; }
span { border-color: rgb(226,106,177); }
td.TdClassName
{
border-color: #E26AB1;
}
.TagClassName
{
border-color: #E26AB1;
}
</style>