Shades of Dark Pink #E25989
Tints of Dark Pink #E25989
RGB
CMYK
RGB Variations
Color information
#E25989 (or 0xE25989) is known color: Dark Pink. HEX triplet: E2, 59 and 89. RGB value is (226,89,137). Sum of RGB (Red+Green+Blue) = 226+89+137=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E25989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25989 is #1DA676. Grayscale: #878787. Windows color (decimal): -1943159 or 9001442. OLE color: 9001442.
HSL color Cylindrical-coordinate representation of color #E25989: hue angle of 338.98º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25989 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 137 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.11 |
| HSL | 338.98º | 0.7% | 0.62% | - |
| HSV(B) | 338.98º | 0.61% | 0.89% | - |
| XYZ | 39.45 | 25.12 | 26.44 | - |
| YUV | 135.44 | 128.89 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 137 | 0 | 0.61 | 0.39 | 0.11 | 338.98 | 0.7 | 0.62 |
| Hex | E2 | 59 | 89 | 0 | 3D | 27 | B | 153 | 46 | 3E |
| Octal | 342 | 131 | 211 | 0 | 75 | 47 | 13 | 523 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10001001 | 0 | 111101 | 100111 | 1011 | 101010011 | 1000110 | 111110 |
Color Harmonies of #E25989
Complementary color
Monochromatic Colors of #E25989
Black with #E25989
Text Example
Text Example
White with #E25989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25989; }
p { color: rgb(226,89,137); }
H1.HeaderClassName
{
color: #E25989;
}
.AnyTagClassName
{
color: #E25989;
}
</style>
background-color css
<style>
a { background-color: #E25989; }
a { background-color: rgb(226,89,137); }
div.DivClassName
{
background-color: #E25989;
}
.BgClassName
{
background-color: #E25989;
}
</style>
border-color css
<style>
span { border-color: #E25989; }
span { border-color: rgb(226,89,137); }
td.TdClassName
{
border-color: #E25989;
}
.TagClassName
{
border-color: #E25989;
}
</style>