Shades of Hot Pink #E25EB6
Tints of Hot Pink #E25EB6
RGB
CMYK
RGB Variations
Color information
#E25EB6 (or 0xE25EB6) is known color: Hot Pink. HEX triplet: E2, 5E and B6. RGB value is (226,94,182). Sum of RGB (Red+Green+Blue) = 226+94+182=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 94 (37.11% from 255 or 18.73% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E25EB6 is #1DA149. Grayscale: #8F8F8F. Windows color (decimal): -1941834 or 11951842. OLE color: 11951842.
HSL color Cylindrical-coordinate representation of color #E25EB6: hue angle of 320º 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 #E25EB6 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 182 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.11 |
| HSL | 320º | 0.69% | 0.63% | - |
| HSV(B) | 320º | 0.58% | 0.89% | - |
| XYZ | 43.81 | 27.55 | 47.26 | - |
| YUV | 143.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 182 | 0 | 0.58 | 0.19 | 0.11 | 320 | 0.69 | 0.63 |
| Hex | E2 | 5E | B6 | 0 | 3A | 13 | B | 140 | 45 | 3F |
| Octal | 342 | 136 | 266 | 0 | 72 | 23 | 13 | 500 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10110110 | 0 | 111010 | 10011 | 1011 | 101000000 | 1000101 | 111111 |
Color Harmonies of #E25EB6
Complementary color
Monochromatic Colors of #E25EB6
Black with #E25EB6
Text Example
Text Example
White with #E25EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EB6; }
p { color: rgb(226,94,182); }
H1.HeaderClassName
{
color: #E25EB6;
}
.AnyTagClassName
{
color: #E25EB6;
}
</style>
background-color css
<style>
a { background-color: #E25EB6; }
a { background-color: rgb(226,94,182); }
div.DivClassName
{
background-color: #E25EB6;
}
.BgClassName
{
background-color: #E25EB6;
}
</style>
border-color css
<style>
span { border-color: #E25EB6; }
span { border-color: rgb(226,94,182); }
td.TdClassName
{
border-color: #E25EB6;
}
.TagClassName
{
border-color: #E25EB6;
}
</style>