Shades of Hot Pink #E25FAF
Tints of Hot Pink #E25FAF
RGB
CMYK
RGB Variations
Color information
#E25FAF (or 0xE25FAF) is known color: Hot Pink. HEX triplet: E2, 5F and AF. RGB value is (226,95,175). Sum of RGB (Red+Green+Blue) = 226+95+175=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E25FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25FAF is #1DA050. Grayscale: #8F8F8F. Windows color (decimal): -1941585 or 11493346. OLE color: 11493346.
HSL color Cylindrical-coordinate representation of color #E25FAF: hue angle of 323.36º 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 #E25FAF is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 175 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.11 |
| HSL | 323.36º | 0.69% | 0.63% | - |
| HSV(B) | 323.36º | 0.58% | 0.89% | - |
| XYZ | 43.19 | 27.45 | 43.58 | - |
| YUV | 143.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 175 | 0 | 0.58 | 0.23 | 0.11 | 323.36 | 0.69 | 0.63 |
| Hex | E2 | 5F | AF | 0 | 3A | 17 | B | 143 | 45 | 3F |
| Octal | 342 | 137 | 257 | 0 | 72 | 27 | 13 | 503 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10101111 | 0 | 111010 | 10111 | 1011 | 101000011 | 1000101 | 111111 |
Color Harmonies of #E25FAF
Complementary color
Monochromatic Colors of #E25FAF
Black with #E25FAF
Text Example
Text Example
White with #E25FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FAF; }
p { color: rgb(226,95,175); }
H1.HeaderClassName
{
color: #E25FAF;
}
.AnyTagClassName
{
color: #E25FAF;
}
</style>
background-color css
<style>
a { background-color: #E25FAF; }
a { background-color: rgb(226,95,175); }
div.DivClassName
{
background-color: #E25FAF;
}
.BgClassName
{
background-color: #E25FAF;
}
</style>
border-color css
<style>
span { border-color: #E25FAF; }
span { border-color: rgb(226,95,175); }
td.TdClassName
{
border-color: #E25FAF;
}
.TagClassName
{
border-color: #E25FAF;
}
</style>