Shades of Hot Pink #E25AB7
Tints of Hot Pink #E25AB7
RGB
CMYK
RGB Variations
Color information
#E25AB7 (or 0xE25AB7) is known color: Hot Pink. HEX triplet: E2, 5A and B7. RGB value is (226,90,183). Sum of RGB (Red+Green+Blue) = 226+90+183=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25AB7 is #1DA548. Grayscale: #8D8D8D. Windows color (decimal): -1942857 or 12016354. OLE color: 12016354.
HSL color Cylindrical-coordinate representation of color #E25AB7: hue angle of 318.97º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25AB7 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 183 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.11 |
| HSL | 318.97º | 0.7% | 0.62% | - |
| HSV(B) | 318.97º | 0.6% | 0.89% | - |
| XYZ | 43.57 | 26.9 | 47.7 | - |
| YUV | 141.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 183 | 0 | 0.60 | 0.19 | 0.11 | 318.97 | 0.7 | 0.62 |
| Hex | E2 | 5A | B7 | 0 | 3C | 13 | B | 13F | 46 | 3E |
| Octal | 342 | 132 | 267 | 0 | 74 | 23 | 13 | 477 | 106 | 76 |
| Binary | 11100010 | 1011010 | 10110111 | 0 | 111100 | 10011 | 1011 | 100111111 | 1000110 | 111110 |
Color Harmonies of #E25AB7
Complementary color
Monochromatic Colors of #E25AB7
Black with #E25AB7
Text Example
Text Example
White with #E25AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25AB7; }
p { color: rgb(226,90,183); }
H1.HeaderClassName
{
color: #E25AB7;
}
.AnyTagClassName
{
color: #E25AB7;
}
</style>
background-color css
<style>
a { background-color: #E25AB7; }
a { background-color: rgb(226,90,183); }
div.DivClassName
{
background-color: #E25AB7;
}
.BgClassName
{
background-color: #E25AB7;
}
</style>
border-color css
<style>
span { border-color: #E25AB7; }
span { border-color: rgb(226,90,183); }
td.TdClassName
{
border-color: #E25AB7;
}
.TagClassName
{
border-color: #E25AB7;
}
</style>