Shades of Dark Pink #E25589
Tints of Dark Pink #E25589
RGB
CMYK
RGB Variations
Color information
#E25589 (or 0xE25589) is known color: Dark Pink. HEX triplet: E2, 55 and 89. RGB value is (226,85,137). Sum of RGB (Red+Green+Blue) = 226+85+137=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 137 (53.91% from 255 or 30.58% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E25589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25589 is #1DAA76. Grayscale: #858585. Windows color (decimal): -1944183 or 9000418. OLE color: 9000418.
HSL color Cylindrical-coordinate representation of color #E25589: hue angle of 337.87º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25589 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 137 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.11 |
| HSL | 337.87º | 0.71% | 0.61% | - |
| HSV(B) | 337.87º | 0.62% | 0.89% | - |
| XYZ | 39.13 | 24.47 | 26.33 | - |
| YUV | 133.09 | 130.21 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 137 | 0 | 0.62 | 0.39 | 0.11 | 337.87 | 0.71 | 0.61 |
| Hex | E2 | 55 | 89 | 0 | 3E | 27 | B | 152 | 47 | 3D |
| Octal | 342 | 125 | 211 | 0 | 76 | 47 | 13 | 522 | 107 | 75 |
| Binary | 11100010 | 1010101 | 10001001 | 0 | 111110 | 100111 | 1011 | 101010010 | 1000111 | 111101 |
Color Harmonies of #E25589
Complementary color
Monochromatic Colors of #E25589
Black with #E25589
Text Example
Text Example
White with #E25589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25589; }
p { color: rgb(226,85,137); }
H1.HeaderClassName
{
color: #E25589;
}
.AnyTagClassName
{
color: #E25589;
}
</style>
background-color css
<style>
a { background-color: #E25589; }
a { background-color: rgb(226,85,137); }
div.DivClassName
{
background-color: #E25589;
}
.BgClassName
{
background-color: #E25589;
}
</style>
border-color css
<style>
span { border-color: #E25589; }
span { border-color: rgb(226,85,137); }
td.TdClassName
{
border-color: #E25589;
}
.TagClassName
{
border-color: #E25589;
}
</style>