Shades of Hot Pink #E25AB0
Tints of Hot Pink #E25AB0
RGB
CMYK
RGB Variations
Color information
#E25AB0 (or 0xE25AB0) is known color: Hot Pink. HEX triplet: E2, 5A and B0. RGB value is (226,90,176). Sum of RGB (Red+Green+Blue) = 226+90+176=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 176 (69.14% from 255 or 35.77% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E25AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25AB0 is #1DA54F. Grayscale: #8C8C8C. Windows color (decimal): -1942864 or 11557602. OLE color: 11557602.
HSL color Cylindrical-coordinate representation of color #E25AB0: hue angle of 322.06º 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 #E25AB0 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 176 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.11 |
| HSL | 322.06º | 0.7% | 0.62% | - |
| HSV(B) | 322.06º | 0.6% | 0.89% | - |
| XYZ | 42.86 | 26.62 | 43.95 | - |
| YUV | 140.47 | 148.06 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 176 | 0 | 0.60 | 0.22 | 0.11 | 322.06 | 0.7 | 0.62 |
| Hex | E2 | 5A | B0 | 0 | 3C | 16 | B | 142 | 46 | 3E |
| Octal | 342 | 132 | 260 | 0 | 74 | 26 | 13 | 502 | 106 | 76 |
| Binary | 11100010 | 1011010 | 10110000 | 0 | 111100 | 10110 | 1011 | 101000010 | 1000110 | 111110 |
Color Harmonies of #E25AB0
Complementary color
Monochromatic Colors of #E25AB0
Black with #E25AB0
Text Example
Text Example
White with #E25AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25AB0; }
p { color: rgb(226,90,176); }
H1.HeaderClassName
{
color: #E25AB0;
}
.AnyTagClassName
{
color: #E25AB0;
}
</style>
background-color css
<style>
a { background-color: #E25AB0; }
a { background-color: rgb(226,90,176); }
div.DivClassName
{
background-color: #E25AB0;
}
.BgClassName
{
background-color: #E25AB0;
}
</style>
border-color css
<style>
span { border-color: #E25AB0; }
span { border-color: rgb(226,90,176); }
td.TdClassName
{
border-color: #E25AB0;
}
.TagClassName
{
border-color: #E25AB0;
}
</style>