Shades of Dark Pink #E6578B
Tints of Dark Pink #E6578B
RGB
CMYK
RGB Variations
Color information
#E6578B (or 0xE6578B) is known color: Dark Pink. HEX triplet: E6, 57 and 8B. RGB value is (230,87,139). Sum of RGB (Red+Green+Blue) = 230+87+139=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 87 (34.38% from 255 or 19.08% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6578B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6578B is #19A874. Grayscale: #878787. Windows color (decimal): -1681525 or 9132006. OLE color: 9132006.
HSL color Cylindrical-coordinate representation of color #E6578B: hue angle of 338.18º 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 #E6578B is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 139 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.10 |
| HSL | 338.18º | 0.74% | 0.62% | - |
| HSV(B) | 338.18º | 0.62% | 0.9% | - |
| XYZ | 40.7 | 25.5 | 27.2 | - |
| YUV | 135.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 139 | 0 | 0.62 | 0.40 | 0.10 | 338.18 | 0.74 | 0.62 |
| Hex | E6 | 57 | 8B | 0 | 3E | 28 | A | 152 | 4A | 3E |
| Octal | 346 | 127 | 213 | 0 | 76 | 50 | 12 | 522 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10001011 | 0 | 111110 | 101000 | 1010 | 101010010 | 1001010 | 111110 |
Color Harmonies of #E6578B
Complementary color
Monochromatic Colors of #E6578B
Black with #E6578B
Text Example
Text Example
White with #E6578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6578B; }
p { color: rgb(230,87,139); }
H1.HeaderClassName
{
color: #E6578B;
}
.AnyTagClassName
{
color: #E6578B;
}
</style>
background-color css
<style>
a { background-color: #E6578B; }
a { background-color: rgb(230,87,139); }
div.DivClassName
{
background-color: #E6578B;
}
.BgClassName
{
background-color: #E6578B;
}
</style>
border-color css
<style>
span { border-color: #E6578B; }
span { border-color: rgb(230,87,139); }
td.TdClassName
{
border-color: #E6578B;
}
.TagClassName
{
border-color: #E6578B;
}
</style>