Shades of Dark Pink #E1568D
Tints of Dark Pink #E1568D
RGB
CMYK
RGB Variations
Color information
#E1568D (or 0xE1568D) is known color: Dark Pink. HEX triplet: E1, 56 and 8D. RGB value is (225,86,141). Sum of RGB (Red+Green+Blue) = 225+86+141=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E1568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1568D is #1EA972. Grayscale: #858585. Windows color (decimal): -2009459 or 9262817. OLE color: 9262817.
HSL color Cylindrical-coordinate representation of color #E1568D: hue angle of 336.26º degrees, saturation: 0.7, 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 #E1568D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 141 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.12 |
| HSL | 336.26º | 0.7% | 0.61% | - |
| HSV(B) | 336.26º | 0.62% | 0.88% | - |
| XYZ | 39.19 | 24.59 | 27.88 | - |
| YUV | 133.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 141 | 0 | 0.62 | 0.37 | 0.12 | 336.26 | 0.7 | 0.61 |
| Hex | E1 | 56 | 8D | 0 | 3E | 25 | C | 150 | 46 | 3D |
| Octal | 341 | 126 | 215 | 0 | 76 | 45 | 14 | 520 | 106 | 75 |
| Binary | 11100001 | 1010110 | 10001101 | 0 | 111110 | 100101 | 1100 | 101010000 | 1000110 | 111101 |
Color Harmonies of #E1568D
Complementary color
Monochromatic Colors of #E1568D
Black with #E1568D
Text Example
Text Example
White with #E1568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1568D; }
p { color: rgb(225,86,141); }
H1.HeaderClassName
{
color: #E1568D;
}
.AnyTagClassName
{
color: #E1568D;
}
</style>
background-color css
<style>
a { background-color: #E1568D; }
a { background-color: rgb(225,86,141); }
div.DivClassName
{
background-color: #E1568D;
}
.BgClassName
{
background-color: #E1568D;
}
</style>
border-color css
<style>
span { border-color: #E1568D; }
span { border-color: rgb(225,86,141); }
td.TdClassName
{
border-color: #E1568D;
}
.TagClassName
{
border-color: #E1568D;
}
</style>