Shades of Dark Pink #E5568D
Tints of Dark Pink #E5568D
RGB
CMYK
RGB Variations
Color information
#E5568D (or 0xE5568D) is known color: Dark Pink. HEX triplet: E5, 56 and 8D. RGB value is (229,86,141). Sum of RGB (Red+Green+Blue) = 229+86+141=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5568D is #1AA972. Grayscale: #868686. Windows color (decimal): -1747315 or 9262821. OLE color: 9262821.
HSL color Cylindrical-coordinate representation of color #E5568D: hue angle of 336.92º degrees, saturation: 0.73, 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 #E5568D is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 141 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.10 |
| HSL | 336.92º | 0.73% | 0.62% | - |
| HSV(B) | 336.92º | 0.62% | 0.9% | - |
| XYZ | 40.45 | 25.24 | 27.94 | - |
| YUV | 135.03 | 131.38 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 141 | 0 | 0.62 | 0.38 | 0.10 | 336.92 | 0.73 | 0.62 |
| Hex | E5 | 56 | 8D | 0 | 3E | 26 | A | 151 | 49 | 3E |
| Octal | 345 | 126 | 215 | 0 | 76 | 46 | 12 | 521 | 111 | 76 |
| Binary | 11100101 | 1010110 | 10001101 | 0 | 111110 | 100110 | 1010 | 101010001 | 1001001 | 111110 |
Color Harmonies of #E5568D
Complementary color
Monochromatic Colors of #E5568D
Black with #E5568D
Text Example
Text Example
White with #E5568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5568D; }
p { color: rgb(229,86,141); }
H1.HeaderClassName
{
color: #E5568D;
}
.AnyTagClassName
{
color: #E5568D;
}
</style>
background-color css
<style>
a { background-color: #E5568D; }
a { background-color: rgb(229,86,141); }
div.DivClassName
{
background-color: #E5568D;
}
.BgClassName
{
background-color: #E5568D;
}
</style>
border-color css
<style>
span { border-color: #E5568D; }
span { border-color: rgb(229,86,141); }
td.TdClassName
{
border-color: #E5568D;
}
.TagClassName
{
border-color: #E5568D;
}
</style>