Shades of Dark Pink #E1567B
Tints of Dark Pink #E1567B
RGB
CMYK
RGB Variations
Color information
#E1567B (or 0xE1567B) is known color: Dark Pink. HEX triplet: E1, 56 and 7B. RGB value is (225,86,123). Sum of RGB (Red+Green+Blue) = 225+86+123=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1567B is #1EA984. Grayscale: #838383. Windows color (decimal): -2009477 or 8083169. OLE color: 8083169.
HSL color Cylindrical-coordinate representation of color #E1567B: hue angle of 344.03º 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 #E1567B is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 123 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.12 |
| HSL | 344.03º | 0.7% | 0.61% | - |
| HSV(B) | 344.03º | 0.62% | 0.88% | - |
| XYZ | 37.95 | 24.09 | 21.39 | - |
| YUV | 131.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 123 | 0 | 0.62 | 0.45 | 0.12 | 344.03 | 0.7 | 0.61 |
| Hex | E1 | 56 | 7B | 0 | 3E | 2D | C | 158 | 46 | 3D |
| Octal | 341 | 126 | 173 | 0 | 76 | 55 | 14 | 530 | 106 | 75 |
| Binary | 11100001 | 1010110 | 1111011 | 0 | 111110 | 101101 | 1100 | 101011000 | 1000110 | 111101 |
Color Harmonies of #E1567B
Complementary color
Monochromatic Colors of #E1567B
Black with #E1567B
Text Example
Text Example
White with #E1567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1567B; }
p { color: rgb(225,86,123); }
H1.HeaderClassName
{
color: #E1567B;
}
.AnyTagClassName
{
color: #E1567B;
}
</style>
background-color css
<style>
a { background-color: #E1567B; }
a { background-color: rgb(225,86,123); }
div.DivClassName
{
background-color: #E1567B;
}
.BgClassName
{
background-color: #E1567B;
}
</style>
border-color css
<style>
span { border-color: #E1567B; }
span { border-color: rgb(225,86,123); }
td.TdClassName
{
border-color: #E1567B;
}
.TagClassName
{
border-color: #E1567B;
}
</style>