Shades of Dark Pink #E0568E
Tints of Dark Pink #E0568E
RGB
CMYK
RGB Variations
Color information
#E0568E (or 0xE0568E) is known color: Dark Pink. HEX triplet: E0, 56 and 8E. RGB value is (224,86,142). Sum of RGB (Red+Green+Blue) = 224+86+142=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0568E is #1FA971. Grayscale: #858585. Windows color (decimal): -2074994 or 9328352. OLE color: 9328352.
HSL color Cylindrical-coordinate representation of color #E0568E: hue angle of 335.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0568E is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 142 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.12 |
| HSL | 335.65º | 0.69% | 0.61% | - |
| HSV(B) | 335.65º | 0.62% | 0.88% | - |
| XYZ | 38.95 | 24.46 | 28.26 | - |
| YUV | 133.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 142 | 0 | 0.62 | 0.37 | 0.12 | 335.65 | 0.69 | 0.61 |
| Hex | E0 | 56 | 8E | 0 | 3E | 25 | C | 150 | 45 | 3D |
| Octal | 340 | 126 | 216 | 0 | 76 | 45 | 14 | 520 | 105 | 75 |
| Binary | 11100000 | 1010110 | 10001110 | 0 | 111110 | 100101 | 1100 | 101010000 | 1000101 | 111101 |
Color Harmonies of #E0568E
Complementary color
Monochromatic Colors of #E0568E
Black with #E0568E
Text Example
Text Example
White with #E0568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0568E; }
p { color: rgb(224,86,142); }
H1.HeaderClassName
{
color: #E0568E;
}
.AnyTagClassName
{
color: #E0568E;
}
</style>
background-color css
<style>
a { background-color: #E0568E; }
a { background-color: rgb(224,86,142); }
div.DivClassName
{
background-color: #E0568E;
}
.BgClassName
{
background-color: #E0568E;
}
</style>
border-color css
<style>
span { border-color: #E0568E; }
span { border-color: rgb(224,86,142); }
td.TdClassName
{
border-color: #E0568E;
}
.TagClassName
{
border-color: #E0568E;
}
</style>