Shades of Dark Pink #E25B89
Tints of Dark Pink #E25B89
RGB
CMYK
RGB Variations
Color information
#E25B89 (or 0xE25B89) is known color: Dark Pink. HEX triplet: E2, 5B and 89. RGB value is (226,91,137). Sum of RGB (Red+Green+Blue) = 226+91+137=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25B89 is #1DA476. Grayscale: #888888. Windows color (decimal): -1942647 or 9001954. OLE color: 9001954.
HSL color Cylindrical-coordinate representation of color #E25B89: hue angle of 339.56º 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 #E25B89 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 137 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.11 |
| HSL | 339.56º | 0.7% | 0.62% | - |
| HSV(B) | 339.56º | 0.6% | 0.89% | - |
| XYZ | 39.62 | 25.46 | 26.49 | - |
| YUV | 136.61 | 128.23 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 137 | 0 | 0.60 | 0.39 | 0.11 | 339.56 | 0.7 | 0.62 |
| Hex | E2 | 5B | 89 | 0 | 3C | 27 | B | 154 | 46 | 3E |
| Octal | 342 | 133 | 211 | 0 | 74 | 47 | 13 | 524 | 106 | 76 |
| Binary | 11100010 | 1011011 | 10001001 | 0 | 111100 | 100111 | 1011 | 101010100 | 1000110 | 111110 |
Color Harmonies of #E25B89
Complementary color
Monochromatic Colors of #E25B89
Black with #E25B89
Text Example
Text Example
White with #E25B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B89; }
p { color: rgb(226,91,137); }
H1.HeaderClassName
{
color: #E25B89;
}
.AnyTagClassName
{
color: #E25B89;
}
</style>
background-color css
<style>
a { background-color: #E25B89; }
a { background-color: rgb(226,91,137); }
div.DivClassName
{
background-color: #E25B89;
}
.BgClassName
{
background-color: #E25B89;
}
</style>
border-color css
<style>
span { border-color: #E25B89; }
span { border-color: rgb(226,91,137); }
td.TdClassName
{
border-color: #E25B89;
}
.TagClassName
{
border-color: #E25B89;
}
</style>