Shades of Hot Pink #E25EAF
Tints of Hot Pink #E25EAF
RGB
CMYK
RGB Variations
Color information
#E25EAF (or 0xE25EAF) is known color: Hot Pink. HEX triplet: E2, 5E and AF. RGB value is (226,94,175). Sum of RGB (Red+Green+Blue) = 226+94+175=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25EAF is #1DA150. Grayscale: #8E8E8E. Windows color (decimal): -1941841 or 11493090. OLE color: 11493090.
HSL color Cylindrical-coordinate representation of color #E25EAF: hue angle of 323.18º 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 #E25EAF is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 175 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.11 |
| HSL | 323.18º | 0.69% | 0.63% | - |
| HSV(B) | 323.18º | 0.58% | 0.89% | - |
| XYZ | 43.1 | 27.27 | 43.55 | - |
| YUV | 142.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 175 | 0 | 0.58 | 0.23 | 0.11 | 323.18 | 0.69 | 0.63 |
| Hex | E2 | 5E | AF | 0 | 3A | 17 | B | 143 | 45 | 3F |
| Octal | 342 | 136 | 257 | 0 | 72 | 27 | 13 | 503 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10101111 | 0 | 111010 | 10111 | 1011 | 101000011 | 1000101 | 111111 |
Color Harmonies of #E25EAF
Complementary color
Monochromatic Colors of #E25EAF
Black with #E25EAF
Text Example
Text Example
White with #E25EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EAF; }
p { color: rgb(226,94,175); }
H1.HeaderClassName
{
color: #E25EAF;
}
.AnyTagClassName
{
color: #E25EAF;
}
</style>
background-color css
<style>
a { background-color: #E25EAF; }
a { background-color: rgb(226,94,175); }
div.DivClassName
{
background-color: #E25EAF;
}
.BgClassName
{
background-color: #E25EAF;
}
</style>
border-color css
<style>
span { border-color: #E25EAF; }
span { border-color: rgb(226,94,175); }
td.TdClassName
{
border-color: #E25EAF;
}
.TagClassName
{
border-color: #E25EAF;
}
</style>