Shades of Dark Pink #E25E89
Tints of Dark Pink #E25E89
RGB
CMYK
RGB Variations
Color information
#E25E89 (or 0xE25E89) is known color: Dark Pink. HEX triplet: E2, 5E and 89. RGB value is (226,94,137). Sum of RGB (Red+Green+Blue) = 226+94+137=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E89 is #1DA176. Grayscale: #8A8A8A. Windows color (decimal): -1941879 or 9002722. OLE color: 9002722.
HSL color Cylindrical-coordinate representation of color #E25E89: hue angle of 340.45º 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 #E25E89 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 137 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.11 |
| HSL | 340.45º | 0.69% | 0.63% | - |
| HSV(B) | 340.45º | 0.58% | 0.89% | - |
| XYZ | 39.88 | 25.98 | 26.58 | - |
| YUV | 138.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 137 | 0 | 0.58 | 0.39 | 0.11 | 340.45 | 0.69 | 0.63 |
| Hex | E2 | 5E | 89 | 0 | 3A | 27 | B | 154 | 45 | 3F |
| Octal | 342 | 136 | 211 | 0 | 72 | 47 | 13 | 524 | 105 | 77 |
| Binary | 11100010 | 1011110 | 10001001 | 0 | 111010 | 100111 | 1011 | 101010100 | 1000101 | 111111 |
Color Harmonies of #E25E89
Complementary color
Monochromatic Colors of #E25E89
Black with #E25E89
Text Example
Text Example
White with #E25E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E89; }
p { color: rgb(226,94,137); }
H1.HeaderClassName
{
color: #E25E89;
}
.AnyTagClassName
{
color: #E25E89;
}
</style>
background-color css
<style>
a { background-color: #E25E89; }
a { background-color: rgb(226,94,137); }
div.DivClassName
{
background-color: #E25E89;
}
.BgClassName
{
background-color: #E25E89;
}
</style>
border-color css
<style>
span { border-color: #E25E89; }
span { border-color: rgb(226,94,137); }
td.TdClassName
{
border-color: #E25E89;
}
.TagClassName
{
border-color: #E25E89;
}
</style>