Shades of Dark Pink #E6598E
Tints of Dark Pink #E6598E
RGB
CMYK
RGB Variations
Color information
#E6598E (or 0xE6598E) is known color: Dark Pink. HEX triplet: E6, 59 and 8E. RGB value is (230,89,142). Sum of RGB (Red+Green+Blue) = 230+89+142=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6598E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6598E is #19A671. Grayscale: #898989. Windows color (decimal): -1681010 or 9329126. OLE color: 9329126.
HSL color Cylindrical-coordinate representation of color #E6598E: hue angle of 337.45º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6598E is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 142 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.10 |
| HSL | 337.45º | 0.74% | 0.63% | - |
| HSV(B) | 337.45º | 0.61% | 0.9% | - |
| XYZ | 41.09 | 25.92 | 28.43 | - |
| YUV | 137.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 142 | 0 | 0.61 | 0.38 | 0.10 | 337.45 | 0.74 | 0.63 |
| Hex | E6 | 59 | 8E | 0 | 3D | 26 | A | 151 | 4A | 3F |
| Octal | 346 | 131 | 216 | 0 | 75 | 46 | 12 | 521 | 112 | 77 |
| Binary | 11100110 | 1011001 | 10001110 | 0 | 111101 | 100110 | 1010 | 101010001 | 1001010 | 111111 |
Color Harmonies of #E6598E
Complementary color
Monochromatic Colors of #E6598E
Black with #E6598E
Text Example
Text Example
White with #E6598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6598E; }
p { color: rgb(230,89,142); }
H1.HeaderClassName
{
color: #E6598E;
}
.AnyTagClassName
{
color: #E6598E;
}
</style>
background-color css
<style>
a { background-color: #E6598E; }
a { background-color: rgb(230,89,142); }
div.DivClassName
{
background-color: #E6598E;
}
.BgClassName
{
background-color: #E6598E;
}
</style>
border-color css
<style>
span { border-color: #E6598E; }
span { border-color: rgb(230,89,142); }
td.TdClassName
{
border-color: #E6598E;
}
.TagClassName
{
border-color: #E6598E;
}
</style>