Shades of Dark Pink #E6578C
Tints of Dark Pink #E6578C
RGB
CMYK
RGB Variations
Color information
#E6578C (or 0xE6578C) is known color: Dark Pink. HEX triplet: E6, 57 and 8C. RGB value is (230,87,140). Sum of RGB (Red+Green+Blue) = 230+87+140=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 87 (34.38% from 255 or 19.04% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6578C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6578C is #19A873. Grayscale: #878787. Windows color (decimal): -1681524 or 9197542. OLE color: 9197542.
HSL color Cylindrical-coordinate representation of color #E6578C: hue angle of 337.76º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6578C is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 140 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.10 |
| HSL | 337.76º | 0.74% | 0.62% | - |
| HSV(B) | 337.76º | 0.62% | 0.9% | - |
| XYZ | 40.77 | 25.53 | 27.59 | - |
| YUV | 135.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 140 | 0 | 0.62 | 0.39 | 0.10 | 337.76 | 0.74 | 0.62 |
| Hex | E6 | 57 | 8C | 0 | 3E | 27 | A | 152 | 4A | 3E |
| Octal | 346 | 127 | 214 | 0 | 76 | 47 | 12 | 522 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10001100 | 0 | 111110 | 100111 | 1010 | 101010010 | 1001010 | 111110 |
Color Harmonies of #E6578C
Complementary color
Monochromatic Colors of #E6578C
Black with #E6578C
Text Example
Text Example
White with #E6578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6578C; }
p { color: rgb(230,87,140); }
H1.HeaderClassName
{
color: #E6578C;
}
.AnyTagClassName
{
color: #E6578C;
}
</style>
background-color css
<style>
a { background-color: #E6578C; }
a { background-color: rgb(230,87,140); }
div.DivClassName
{
background-color: #E6578C;
}
.BgClassName
{
background-color: #E6578C;
}
</style>
border-color css
<style>
span { border-color: #E6578C; }
span { border-color: rgb(230,87,140); }
td.TdClassName
{
border-color: #E6578C;
}
.TagClassName
{
border-color: #E6578C;
}
</style>