Shades of Dark Pink #E1568C
Tints of Dark Pink #E1568C
RGB
CMYK
RGB Variations
Color information
#E1568C (or 0xE1568C) is known color: Dark Pink. HEX triplet: E1, 56 and 8C. RGB value is (225,86,140). Sum of RGB (Red+Green+Blue) = 225+86+140=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E1568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1568C is #1EA973. Grayscale: #858585. Windows color (decimal): -2009460 or 9197281. OLE color: 9197281.
HSL color Cylindrical-coordinate representation of color #E1568C: hue angle of 336.69º 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 #E1568C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 140 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.12 |
| HSL | 336.69º | 0.7% | 0.61% | - |
| HSV(B) | 336.69º | 0.62% | 0.88% | - |
| XYZ | 39.11 | 24.56 | 27.49 | - |
| YUV | 133.72 | 131.55 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 140 | 0 | 0.62 | 0.38 | 0.12 | 336.69 | 0.7 | 0.61 |
| Hex | E1 | 56 | 8C | 0 | 3E | 26 | C | 151 | 46 | 3D |
| Octal | 341 | 126 | 214 | 0 | 76 | 46 | 14 | 521 | 106 | 75 |
| Binary | 11100001 | 1010110 | 10001100 | 0 | 111110 | 100110 | 1100 | 101010001 | 1000110 | 111101 |
Color Harmonies of #E1568C
Complementary color
Monochromatic Colors of #E1568C
Black with #E1568C
Text Example
Text Example
White with #E1568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1568C; }
p { color: rgb(225,86,140); }
H1.HeaderClassName
{
color: #E1568C;
}
.AnyTagClassName
{
color: #E1568C;
}
</style>
background-color css
<style>
a { background-color: #E1568C; }
a { background-color: rgb(225,86,140); }
div.DivClassName
{
background-color: #E1568C;
}
.BgClassName
{
background-color: #E1568C;
}
</style>
border-color css
<style>
span { border-color: #E1568C; }
span { border-color: rgb(225,86,140); }
td.TdClassName
{
border-color: #E1568C;
}
.TagClassName
{
border-color: #E1568C;
}
</style>