Shades of Dark Pink #E1567E
Tints of Dark Pink #E1567E
RGB
CMYK
RGB Variations
Color information
#E1567E (or 0xE1567E) is known color: Dark Pink. HEX triplet: E1, 56 and 7E. RGB value is (225,86,126). Sum of RGB (Red+Green+Blue) = 225+86+126=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1567E is #1EA981. Grayscale: #848484. Windows color (decimal): -2009474 or 8279777. OLE color: 8279777.
HSL color Cylindrical-coordinate representation of color #E1567E: hue angle of 342.73º 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 #E1567E is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 126 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.12 |
| HSL | 342.73º | 0.7% | 0.61% | - |
| HSV(B) | 342.73º | 0.62% | 0.88% | - |
| XYZ | 38.15 | 24.17 | 22.39 | - |
| YUV | 132.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 126 | 0 | 0.62 | 0.44 | 0.12 | 342.73 | 0.7 | 0.61 |
| Hex | E1 | 56 | 7E | 0 | 3E | 2C | C | 157 | 46 | 3D |
| Octal | 341 | 126 | 176 | 0 | 76 | 54 | 14 | 527 | 106 | 75 |
| Binary | 11100001 | 1010110 | 1111110 | 0 | 111110 | 101100 | 1100 | 101010111 | 1000110 | 111101 |
Color Harmonies of #E1567E
Complementary color
Monochromatic Colors of #E1567E
Black with #E1567E
Text Example
Text Example
White with #E1567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1567E; }
p { color: rgb(225,86,126); }
H1.HeaderClassName
{
color: #E1567E;
}
.AnyTagClassName
{
color: #E1567E;
}
</style>
background-color css
<style>
a { background-color: #E1567E; }
a { background-color: rgb(225,86,126); }
div.DivClassName
{
background-color: #E1567E;
}
.BgClassName
{
background-color: #E1567E;
}
</style>
border-color css
<style>
span { border-color: #E1567E; }
span { border-color: rgb(225,86,126); }
td.TdClassName
{
border-color: #E1567E;
}
.TagClassName
{
border-color: #E1567E;
}
</style>