Shades of Dark Pink #E6598C
Tints of Dark Pink #E6598C
RGB
CMYK
RGB Variations
Color information
#E6598C (or 0xE6598C) is known color: Dark Pink. HEX triplet: E6, 59 and 8C. RGB value is (230,89,140). Sum of RGB (Red+Green+Blue) = 230+89+140=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6598C is #19A673. Grayscale: #888888. Windows color (decimal): -1681012 or 9198054. OLE color: 9198054.
HSL color Cylindrical-coordinate representation of color #E6598C: hue angle of 338.3º 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 #E6598C is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 140 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.10 |
| HSL | 338.3º | 0.74% | 0.63% | - |
| HSV(B) | 338.3º | 0.61% | 0.9% | - |
| XYZ | 40.94 | 25.86 | 27.64 | - |
| YUV | 136.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 140 | 0 | 0.61 | 0.39 | 0.10 | 338.3 | 0.74 | 0.63 |
| Hex | E6 | 59 | 8C | 0 | 3D | 27 | A | 152 | 4A | 3F |
| Octal | 346 | 131 | 214 | 0 | 75 | 47 | 12 | 522 | 112 | 77 |
| Binary | 11100110 | 1011001 | 10001100 | 0 | 111101 | 100111 | 1010 | 101010010 | 1001010 | 111111 |
Color Harmonies of #E6598C
Complementary color
Monochromatic Colors of #E6598C
Black with #E6598C
Text Example
Text Example
White with #E6598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6598C; }
p { color: rgb(230,89,140); }
H1.HeaderClassName
{
color: #E6598C;
}
.AnyTagClassName
{
color: #E6598C;
}
</style>
background-color css
<style>
a { background-color: #E6598C; }
a { background-color: rgb(230,89,140); }
div.DivClassName
{
background-color: #E6598C;
}
.BgClassName
{
background-color: #E6598C;
}
</style>
border-color css
<style>
span { border-color: #E6598C; }
span { border-color: rgb(230,89,140); }
td.TdClassName
{
border-color: #E6598C;
}
.TagClassName
{
border-color: #E6598C;
}
</style>