Shades of Dark Pink #E1598F
Tints of Dark Pink #E1598F
RGB
CMYK
RGB Variations
Color information
#E1598F (or 0xE1598F) is known color: Dark Pink. HEX triplet: E1, 59 and 8F. RGB value is (225,89,143). Sum of RGB (Red+Green+Blue) = 225+89+143=457 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.23% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 225 - color contains mainly: red. Hex color #E1598F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1598F is #1EA670. Grayscale: #878787. Windows color (decimal): -2008689 or 9394657. OLE color: 9394657.
HSL color Cylindrical-coordinate representation of color #E1598F: hue angle of 336.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1598F is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 143 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.12 |
| HSL | 336.18º | 0.69% | 0.62% | - |
| HSV(B) | 336.18º | 0.6% | 0.88% | - |
| XYZ | 39.58 | 25.14 | 28.75 | - |
| YUV | 135.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 143 | 0 | 0.60 | 0.36 | 0.12 | 336.18 | 0.69 | 0.62 |
| Hex | E1 | 59 | 8F | 0 | 3C | 24 | C | 150 | 45 | 3E |
| Octal | 341 | 131 | 217 | 0 | 74 | 44 | 14 | 520 | 105 | 76 |
| Binary | 11100001 | 1011001 | 10001111 | 0 | 111100 | 100100 | 1100 | 101010000 | 1000101 | 111110 |
Color Harmonies of #E1598F
Complementary color
Monochromatic Colors of #E1598F
Black with #E1598F
Text Example
Text Example
White with #E1598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1598F; }
p { color: rgb(225,89,143); }
H1.HeaderClassName
{
color: #E1598F;
}
.AnyTagClassName
{
color: #E1598F;
}
</style>
background-color css
<style>
a { background-color: #E1598F; }
a { background-color: rgb(225,89,143); }
div.DivClassName
{
background-color: #E1598F;
}
.BgClassName
{
background-color: #E1598F;
}
</style>
border-color css
<style>
span { border-color: #E1598F; }
span { border-color: rgb(225,89,143); }
td.TdClassName
{
border-color: #E1598F;
}
.TagClassName
{
border-color: #E1598F;
}
</style>