Shades of Hot Pink #E26AB5
Tints of Hot Pink #E26AB5
RGB
CMYK
RGB Variations
Color information
#E26AB5 (or 0xE26AB5) is known color: Hot Pink. HEX triplet: E2, 6A and B5. RGB value is (226,106,181). Sum of RGB (Red+Green+Blue) = 226+106+181=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 181 (71.09% from 255 or 35.28% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AB5 is #1D954A. Grayscale: #969696. Windows color (decimal): -1938763 or 11889378. OLE color: 11889378.
HSL color Cylindrical-coordinate representation of color #E26AB5: hue angle of 322.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 #E26AB5 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 181 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.11 |
| HSL | 322.5º | 0.67% | 0.65% | - |
| HSV(B) | 322.5º | 0.53% | 0.89% | - |
| XYZ | 44.86 | 29.81 | 47.11 | - |
| YUV | 150.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 181 | 0 | 0.53 | 0.20 | 0.11 | 322.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | B5 | 0 | 35 | 14 | B | 142 | 43 | 41 |
| Octal | 342 | 152 | 265 | 0 | 65 | 24 | 13 | 502 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10110101 | 0 | 110101 | 10100 | 1011 | 101000010 | 1000011 | 1000001 |
Color Harmonies of #E26AB5
Complementary color
Monochromatic Colors of #E26AB5
Black with #E26AB5
Text Example
Text Example
White with #E26AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26AB5; }
p { color: rgb(226,106,181); }
H1.HeaderClassName
{
color: #E26AB5;
}
.AnyTagClassName
{
color: #E26AB5;
}
</style>
background-color css
<style>
a { background-color: #E26AB5; }
a { background-color: rgb(226,106,181); }
div.DivClassName
{
background-color: #E26AB5;
}
.BgClassName
{
background-color: #E26AB5;
}
</style>
border-color css
<style>
span { border-color: #E26AB5; }
span { border-color: rgb(226,106,181); }
td.TdClassName
{
border-color: #E26AB5;
}
.TagClassName
{
border-color: #E26AB5;
}
</style>