Shades of Dark Pink #E6558F
Tints of Dark Pink #E6558F
RGB
CMYK
RGB Variations
Color information
#E6558F (or 0xE6558F) is known color: Dark Pink. HEX triplet: E6, 55 and 8F. RGB value is (230,85,143). Sum of RGB (Red+Green+Blue) = 230+85+143=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6558F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6558F is #19AA70. Grayscale: #868686. Windows color (decimal): -1682033 or 9393638. OLE color: 9393638.
HSL color Cylindrical-coordinate representation of color #E6558F: hue angle of 336º 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 #E6558F is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 143 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.10 |
| HSL | 336º | 0.74% | 0.62% | - |
| HSV(B) | 336º | 0.63% | 0.9% | - |
| XYZ | 40.84 | 25.3 | 28.72 | - |
| YUV | 134.97 | 132.54 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 143 | 0 | 0.63 | 0.38 | 0.10 | 336 | 0.74 | 0.62 |
| Hex | E6 | 55 | 8F | 0 | 3F | 26 | A | 150 | 4A | 3E |
| Octal | 346 | 125 | 217 | 0 | 77 | 46 | 12 | 520 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10001111 | 0 | 111111 | 100110 | 1010 | 101010000 | 1001010 | 111110 |
Color Harmonies of #E6558F
Complementary color
Monochromatic Colors of #E6558F
Black with #E6558F
Text Example
Text Example
White with #E6558F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6558F; }
p { color: rgb(230,85,143); }
H1.HeaderClassName
{
color: #E6558F;
}
.AnyTagClassName
{
color: #E6558F;
}
</style>
background-color css
<style>
a { background-color: #E6558F; }
a { background-color: rgb(230,85,143); }
div.DivClassName
{
background-color: #E6558F;
}
.BgClassName
{
background-color: #E6558F;
}
</style>
border-color css
<style>
span { border-color: #E6558F; }
span { border-color: rgb(230,85,143); }
td.TdClassName
{
border-color: #E6558F;
}
.TagClassName
{
border-color: #E6558F;
}
</style>