Shades of Hot Pink #E25FAC
Tints of Hot Pink #E25FAC
RGB
CMYK
RGB Variations
Color information
#E25FAC (or 0xE25FAC) is known color: Hot Pink. HEX triplet: E2, 5F and AC. RGB value is (226,95,172). Sum of RGB (Red+Green+Blue) = 226+95+172=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 95 (37.5% from 255 or 19.27% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25FAC is #1DA053. Grayscale: #8E8E8E. Windows color (decimal): -1941588 or 11296738. OLE color: 11296738.
HSL color Cylindrical-coordinate representation of color #E25FAC: hue angle of 324.73º 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 #E25FAC is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 172 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.11 |
| HSL | 324.73º | 0.69% | 0.63% | - |
| HSV(B) | 324.73º | 0.58% | 0.89% | - |
| XYZ | 42.9 | 27.33 | 42.04 | - |
| YUV | 142.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 172 | 0 | 0.58 | 0.24 | 0.11 | 324.73 | 0.69 | 0.63 |
| Hex | E2 | 5F | AC | 0 | 3A | 18 | B | 145 | 45 | 3F |
| Octal | 342 | 137 | 254 | 0 | 72 | 30 | 13 | 505 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10101100 | 0 | 111010 | 11000 | 1011 | 101000101 | 1000101 | 111111 |
Color Harmonies of #E25FAC
Complementary color
Monochromatic Colors of #E25FAC
Black with #E25FAC
Text Example
Text Example
White with #E25FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FAC; }
p { color: rgb(226,95,172); }
H1.HeaderClassName
{
color: #E25FAC;
}
.AnyTagClassName
{
color: #E25FAC;
}
</style>
background-color css
<style>
a { background-color: #E25FAC; }
a { background-color: rgb(226,95,172); }
div.DivClassName
{
background-color: #E25FAC;
}
.BgClassName
{
background-color: #E25FAC;
}
</style>
border-color css
<style>
span { border-color: #E25FAC; }
span { border-color: rgb(226,95,172); }
td.TdClassName
{
border-color: #E25FAC;
}
.TagClassName
{
border-color: #E25FAC;
}
</style>