Shades of Dark Pink #E6558C
Tints of Dark Pink #E6558C
RGB
CMYK
RGB Variations
Color information
#E6558C (or 0xE6558C) is known color: Dark Pink. HEX triplet: E6, 55 and 8C. RGB value is (230,85,140). Sum of RGB (Red+Green+Blue) = 230+85+140=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6558C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6558C is #19AA73. Grayscale: #868686. Windows color (decimal): -1682036 or 9197030. OLE color: 9197030.
HSL color Cylindrical-coordinate representation of color #E6558C: hue angle of 337.24º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6558C is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 140 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.10 |
| HSL | 337.24º | 0.74% | 0.62% | - |
| HSV(B) | 337.24º | 0.63% | 0.9% | - |
| XYZ | 40.62 | 25.21 | 27.54 | - |
| YUV | 134.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 140 | 0 | 0.63 | 0.39 | 0.10 | 337.24 | 0.74 | 0.62 |
| Hex | E6 | 55 | 8C | 0 | 3F | 27 | A | 151 | 4A | 3E |
| Octal | 346 | 125 | 214 | 0 | 77 | 47 | 12 | 521 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10001100 | 0 | 111111 | 100111 | 1010 | 101010001 | 1001010 | 111110 |
Color Harmonies of #E6558C
Complementary color
Monochromatic Colors of #E6558C
Black with #E6558C
Text Example
Text Example
White with #E6558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6558C; }
p { color: rgb(230,85,140); }
H1.HeaderClassName
{
color: #E6558C;
}
.AnyTagClassName
{
color: #E6558C;
}
</style>
background-color css
<style>
a { background-color: #E6558C; }
a { background-color: rgb(230,85,140); }
div.DivClassName
{
background-color: #E6558C;
}
.BgClassName
{
background-color: #E6558C;
}
</style>
border-color css
<style>
span { border-color: #E6558C; }
span { border-color: rgb(230,85,140); }
td.TdClassName
{
border-color: #E6558C;
}
.TagClassName
{
border-color: #E6558C;
}
</style>