Shades of Dark Pink #E2598F
Tints of Dark Pink #E2598F
RGB
CMYK
RGB Variations
Color information
#E2598F (or 0xE2598F) is known color: Dark Pink. HEX triplet: E2, 59 and 8F. RGB value is (226,89,143). Sum of RGB (Red+Green+Blue) = 226+89+143=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E2598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2598F is #1DA670. Grayscale: #888888. Windows color (decimal): -1943153 or 9394658. OLE color: 9394658.
HSL color Cylindrical-coordinate representation of color #E2598F: hue angle of 336.35º 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 #E2598F is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 143 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.11 |
| HSL | 336.35º | 0.7% | 0.62% | - |
| HSV(B) | 336.35º | 0.61% | 0.89% | - |
| XYZ | 39.89 | 25.3 | 28.77 | - |
| YUV | 136.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 143 | 0 | 0.61 | 0.37 | 0.11 | 336.35 | 0.7 | 0.62 |
| Hex | E2 | 59 | 8F | 0 | 3D | 25 | B | 150 | 46 | 3E |
| Octal | 342 | 131 | 217 | 0 | 75 | 45 | 13 | 520 | 106 | 76 |
| Binary | 11100010 | 1011001 | 10001111 | 0 | 111101 | 100101 | 1011 | 101010000 | 1000110 | 111110 |
Color Harmonies of #E2598F
Complementary color
Monochromatic Colors of #E2598F
Black with #E2598F
Text Example
Text Example
White with #E2598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2598F; }
p { color: rgb(226,89,143); }
H1.HeaderClassName
{
color: #E2598F;
}
.AnyTagClassName
{
color: #E2598F;
}
</style>
background-color css
<style>
a { background-color: #E2598F; }
a { background-color: rgb(226,89,143); }
div.DivClassName
{
background-color: #E2598F;
}
.BgClassName
{
background-color: #E2598F;
}
</style>
border-color css
<style>
span { border-color: #E2598F; }
span { border-color: rgb(226,89,143); }
td.TdClassName
{
border-color: #E2598F;
}
.TagClassName
{
border-color: #E2598F;
}
</style>