Shades of Hot Pink #E25EAB
Tints of Hot Pink #E25EAB
RGB
CMYK
RGB Variations
Color information
#E25EAB (or 0xE25EAB) is known color: Hot Pink. HEX triplet: E2, 5E and AB. RGB value is (226,94,171). Sum of RGB (Red+Green+Blue) = 226+94+171=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25EAB is #1DA154. Grayscale: #8E8E8E. Windows color (decimal): -1941845 or 11230946. OLE color: 11230946.
HSL color Cylindrical-coordinate representation of color #E25EAB: hue angle of 325º 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 #E25EAB is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 171 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.11 |
| HSL | 325º | 0.69% | 0.63% | - |
| HSV(B) | 325º | 0.58% | 0.89% | - |
| XYZ | 42.72 | 27.11 | 41.51 | - |
| YUV | 142.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 171 | 0 | 0.58 | 0.24 | 0.11 | 325 | 0.69 | 0.63 |
| Hex | E2 | 5E | AB | 0 | 3A | 18 | B | 145 | 45 | 3F |
| Octal | 342 | 136 | 253 | 0 | 72 | 30 | 13 | 505 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10101011 | 0 | 111010 | 11000 | 1011 | 101000101 | 1000101 | 111111 |
Color Harmonies of #E25EAB
Complementary color
Monochromatic Colors of #E25EAB
Black with #E25EAB
Text Example
Text Example
White with #E25EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EAB; }
p { color: rgb(226,94,171); }
H1.HeaderClassName
{
color: #E25EAB;
}
.AnyTagClassName
{
color: #E25EAB;
}
</style>
background-color css
<style>
a { background-color: #E25EAB; }
a { background-color: rgb(226,94,171); }
div.DivClassName
{
background-color: #E25EAB;
}
.BgClassName
{
background-color: #E25EAB;
}
</style>
border-color css
<style>
span { border-color: #E25EAB; }
span { border-color: rgb(226,94,171); }
td.TdClassName
{
border-color: #E25EAB;
}
.TagClassName
{
border-color: #E25EAB;
}
</style>