Shades of Hot Pink #E25FAB
Tints of Hot Pink #E25FAB
RGB
CMYK
RGB Variations
Color information
#E25FAB (or 0xE25FAB) is known color: Hot Pink. HEX triplet: E2, 5F and AB. RGB value is (226,95,171). Sum of RGB (Red+Green+Blue) = 226+95+171=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25FAB is #1DA054. Grayscale: #8E8E8E. Windows color (decimal): -1941589 or 11231202. OLE color: 11231202.
HSL color Cylindrical-coordinate representation of color #E25FAB: hue angle of 325.19º 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 #E25FAB is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 171 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.11 |
| HSL | 325.19º | 0.69% | 0.63% | - |
| HSV(B) | 325.19º | 0.58% | 0.89% | - |
| XYZ | 42.81 | 27.29 | 41.54 | - |
| YUV | 142.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 171 | 0 | 0.58 | 0.24 | 0.11 | 325.19 | 0.69 | 0.63 |
| Hex | E2 | 5F | AB | 0 | 3A | 18 | B | 145 | 45 | 3F |
| Octal | 342 | 137 | 253 | 0 | 72 | 30 | 13 | 505 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10101011 | 0 | 111010 | 11000 | 1011 | 101000101 | 1000101 | 111111 |
Color Harmonies of #E25FAB
Complementary color
Monochromatic Colors of #E25FAB
Black with #E25FAB
Text Example
Text Example
White with #E25FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FAB; }
p { color: rgb(226,95,171); }
H1.HeaderClassName
{
color: #E25FAB;
}
.AnyTagClassName
{
color: #E25FAB;
}
</style>
background-color css
<style>
a { background-color: #E25FAB; }
a { background-color: rgb(226,95,171); }
div.DivClassName
{
background-color: #E25FAB;
}
.BgClassName
{
background-color: #E25FAB;
}
</style>
border-color css
<style>
span { border-color: #E25FAB; }
span { border-color: rgb(226,95,171); }
td.TdClassName
{
border-color: #E25FAB;
}
.TagClassName
{
border-color: #E25FAB;
}
</style>