Shades of Dark Pink #E6568E
Tints of Dark Pink #E6568E
RGB
CMYK
RGB Variations
Color information
#E6568E (or 0xE6568E) is known color: Dark Pink. HEX triplet: E6, 56 and 8E. RGB value is (230,86,142). Sum of RGB (Red+Green+Blue) = 230+86+142=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6568E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6568E is #19A971. Grayscale: #878787. Windows color (decimal): -1681778 or 9328358. OLE color: 9328358.
HSL color Cylindrical-coordinate representation of color #E6568E: hue angle of 336.67º 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 #E6568E is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 142 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.10 |
| HSL | 336.67º | 0.74% | 0.62% | - |
| HSV(B) | 336.67º | 0.63% | 0.9% | - |
| XYZ | 40.84 | 25.43 | 28.35 | - |
| YUV | 135.44 | 131.71 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 142 | 0 | 0.63 | 0.38 | 0.10 | 336.67 | 0.74 | 0.62 |
| Hex | E6 | 56 | 8E | 0 | 3F | 26 | A | 151 | 4A | 3E |
| Octal | 346 | 126 | 216 | 0 | 77 | 46 | 12 | 521 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10001110 | 0 | 111111 | 100110 | 1010 | 101010001 | 1001010 | 111110 |
Color Harmonies of #E6568E
Complementary color
Monochromatic Colors of #E6568E
Black with #E6568E
Text Example
Text Example
White with #E6568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6568E; }
p { color: rgb(230,86,142); }
H1.HeaderClassName
{
color: #E6568E;
}
.AnyTagClassName
{
color: #E6568E;
}
</style>
background-color css
<style>
a { background-color: #E6568E; }
a { background-color: rgb(230,86,142); }
div.DivClassName
{
background-color: #E6568E;
}
.BgClassName
{
background-color: #E6568E;
}
</style>
border-color css
<style>
span { border-color: #E6568E; }
span { border-color: rgb(230,86,142); }
td.TdClassName
{
border-color: #E6568E;
}
.TagClassName
{
border-color: #E6568E;
}
</style>