Shades of Dark Pink #E25F89
Tints of Dark Pink #E25F89
RGB
CMYK
RGB Variations
Color information
#E25F89 (or 0xE25F89) is known color: Dark Pink. HEX triplet: E2, 5F and 89. RGB value is (226,95,137). Sum of RGB (Red+Green+Blue) = 226+95+137=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F89 is #1DA076. Grayscale: #8A8A8A. Windows color (decimal): -1941623 or 9002978. OLE color: 9002978.
HSL color Cylindrical-coordinate representation of color #E25F89: hue angle of 340.76º 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 #E25F89 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 137 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.11 |
| HSL | 340.76º | 0.69% | 0.63% | - |
| HSV(B) | 340.76º | 0.58% | 0.89% | - |
| XYZ | 39.97 | 26.16 | 26.61 | - |
| YUV | 138.96 | 126.9 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 137 | 0 | 0.58 | 0.39 | 0.11 | 340.76 | 0.69 | 0.63 |
| Hex | E2 | 5F | 89 | 0 | 3A | 27 | B | 155 | 45 | 3F |
| Octal | 342 | 137 | 211 | 0 | 72 | 47 | 13 | 525 | 105 | 77 |
| Binary | 11100010 | 1011111 | 10001001 | 0 | 111010 | 100111 | 1011 | 101010101 | 1000101 | 111111 |
Color Harmonies of #E25F89
Complementary color
Monochromatic Colors of #E25F89
Black with #E25F89
Text Example
Text Example
White with #E25F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F89; }
p { color: rgb(226,95,137); }
H1.HeaderClassName
{
color: #E25F89;
}
.AnyTagClassName
{
color: #E25F89;
}
</style>
background-color css
<style>
a { background-color: #E25F89; }
a { background-color: rgb(226,95,137); }
div.DivClassName
{
background-color: #E25F89;
}
.BgClassName
{
background-color: #E25F89;
}
</style>
border-color css
<style>
span { border-color: #E25F89; }
span { border-color: rgb(226,95,137); }
td.TdClassName
{
border-color: #E25F89;
}
.TagClassName
{
border-color: #E25F89;
}
</style>