Shades of Dark Pink #E6578F
Tints of Dark Pink #E6578F
RGB
CMYK
RGB Variations
Color information
#E6578F (or 0xE6578F) is known color: Dark Pink. HEX triplet: E6, 57 and 8F. RGB value is (230,87,143). Sum of RGB (Red+Green+Blue) = 230+87+143=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E6578F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6578F is #19A870. Grayscale: #888888. Windows color (decimal): -1681521 or 9394150. OLE color: 9394150.
HSL color Cylindrical-coordinate representation of color #E6578F: hue angle of 336.5º 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 #E6578F is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 143 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.10 |
| HSL | 336.5º | 0.74% | 0.62% | - |
| HSV(B) | 336.5º | 0.62% | 0.9% | - |
| XYZ | 41 | 25.62 | 28.77 | - |
| YUV | 136.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 143 | 0 | 0.62 | 0.38 | 0.10 | 336.5 | 0.74 | 0.62 |
| Hex | E6 | 57 | 8F | 0 | 3E | 26 | A | 151 | 4A | 3E |
| Octal | 346 | 127 | 217 | 0 | 76 | 46 | 12 | 521 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10001111 | 0 | 111110 | 100110 | 1010 | 101010001 | 1001010 | 111110 |
Color Harmonies of #E6578F
Complementary color
Monochromatic Colors of #E6578F
Black with #E6578F
Text Example
Text Example
White with #E6578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6578F; }
p { color: rgb(230,87,143); }
H1.HeaderClassName
{
color: #E6578F;
}
.AnyTagClassName
{
color: #E6578F;
}
</style>
background-color css
<style>
a { background-color: #E6578F; }
a { background-color: rgb(230,87,143); }
div.DivClassName
{
background-color: #E6578F;
}
.BgClassName
{
background-color: #E6578F;
}
</style>
border-color css
<style>
span { border-color: #E6578F; }
span { border-color: rgb(230,87,143); }
td.TdClassName
{
border-color: #E6578F;
}
.TagClassName
{
border-color: #E6578F;
}
</style>