Shades of Hot Pink #E25EB2
Tints of Hot Pink #E25EB2
RGB
CMYK
RGB Variations
Color information
#E25EB2 (or 0xE25EB2) is known color: Hot Pink. HEX triplet: E2, 5E and B2. RGB value is (226,94,178). Sum of RGB (Red+Green+Blue) = 226+94+178=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E25EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25EB2 is #1DA14D. Grayscale: #8E8E8E. Windows color (decimal): -1941838 or 11689698. OLE color: 11689698.
HSL color Cylindrical-coordinate representation of color #E25EB2: hue angle of 321.82º 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 #E25EB2 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 178 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.11 |
| HSL | 321.82º | 0.69% | 0.63% | - |
| HSV(B) | 321.82º | 0.58% | 0.89% | - |
| XYZ | 43.4 | 27.39 | 45.12 | - |
| YUV | 143.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 178 | 0 | 0.58 | 0.21 | 0.11 | 321.82 | 0.69 | 0.63 |
| Hex | E2 | 5E | B2 | 0 | 3A | 15 | B | 142 | 45 | 3F |
| Octal | 342 | 136 | 262 | 0 | 72 | 25 | 13 | 502 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10110010 | 0 | 111010 | 10101 | 1011 | 101000010 | 1000101 | 111111 |
Color Harmonies of #E25EB2
Complementary color
Monochromatic Colors of #E25EB2
Black with #E25EB2
Text Example
Text Example
White with #E25EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25EB2; }
p { color: rgb(226,94,178); }
H1.HeaderClassName
{
color: #E25EB2;
}
.AnyTagClassName
{
color: #E25EB2;
}
</style>
background-color css
<style>
a { background-color: #E25EB2; }
a { background-color: rgb(226,94,178); }
div.DivClassName
{
background-color: #E25EB2;
}
.BgClassName
{
background-color: #E25EB2;
}
</style>
border-color css
<style>
span { border-color: #E25EB2; }
span { border-color: rgb(226,94,178); }
td.TdClassName
{
border-color: #E25EB2;
}
.TagClassName
{
border-color: #E25EB2;
}
</style>