Shades of Dark Pink #E6578D
Tints of Dark Pink #E6578D
RGB
CMYK
RGB Variations
Color information
#E6578D (or 0xE6578D) is known color: Dark Pink. HEX triplet: E6, 57 and 8D. RGB value is (230,87,141). Sum of RGB (Red+Green+Blue) = 230+87+141=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6578D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6578D is #19A872. Grayscale: #878787. Windows color (decimal): -1681523 or 9263078. OLE color: 9263078.
HSL color Cylindrical-coordinate representation of color #E6578D: hue angle of 337.34º 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 #E6578D is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 141 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.10 |
| HSL | 337.34º | 0.74% | 0.62% | - |
| HSV(B) | 337.34º | 0.62% | 0.9% | - |
| XYZ | 40.85 | 25.56 | 27.98 | - |
| YUV | 135.91 | 130.88 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 141 | 0 | 0.62 | 0.39 | 0.10 | 337.34 | 0.74 | 0.62 |
| Hex | E6 | 57 | 8D | 0 | 3E | 27 | A | 151 | 4A | 3E |
| Octal | 346 | 127 | 215 | 0 | 76 | 47 | 12 | 521 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10001101 | 0 | 111110 | 100111 | 1010 | 101010001 | 1001010 | 111110 |
Color Harmonies of #E6578D
Complementary color
Monochromatic Colors of #E6578D
Black with #E6578D
Text Example
Text Example
White with #E6578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6578D; }
p { color: rgb(230,87,141); }
H1.HeaderClassName
{
color: #E6578D;
}
.AnyTagClassName
{
color: #E6578D;
}
</style>
background-color css
<style>
a { background-color: #E6578D; }
a { background-color: rgb(230,87,141); }
div.DivClassName
{
background-color: #E6578D;
}
.BgClassName
{
background-color: #E6578D;
}
</style>
border-color css
<style>
span { border-color: #E6578D; }
span { border-color: rgb(230,87,141); }
td.TdClassName
{
border-color: #E6578D;
}
.TagClassName
{
border-color: #E6578D;
}
</style>