Shades of Dark Pink #E5567E
Tints of Dark Pink #E5567E
RGB
CMYK
RGB Variations
Color information
#E5567E (or 0xE5567E) is known color: Dark Pink. HEX triplet: E5, 56 and 7E. RGB value is (229,86,126). Sum of RGB (Red+Green+Blue) = 229+86+126=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E5567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5567E is #1AA981. Grayscale: #858585. Windows color (decimal): -1747330 or 8279781. OLE color: 8279781.
HSL color Cylindrical-coordinate representation of color #E5567E: hue angle of 343.22º 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 #E5567E is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 126 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.10 |
| HSL | 343.22º | 0.73% | 0.62% | - |
| HSV(B) | 343.22º | 0.62% | 0.9% | - |
| XYZ | 39.41 | 24.82 | 22.45 | - |
| YUV | 133.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 126 | 0 | 0.62 | 0.45 | 0.10 | 343.22 | 0.73 | 0.62 |
| Hex | E5 | 56 | 7E | 0 | 3E | 2D | A | 157 | 49 | 3E |
| Octal | 345 | 126 | 176 | 0 | 76 | 55 | 12 | 527 | 111 | 76 |
| Binary | 11100101 | 1010110 | 1111110 | 0 | 111110 | 101101 | 1010 | 101010111 | 1001001 | 111110 |
Color Harmonies of #E5567E
Complementary color
Monochromatic Colors of #E5567E
Black with #E5567E
Text Example
Text Example
White with #E5567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5567E; }
p { color: rgb(229,86,126); }
H1.HeaderClassName
{
color: #E5567E;
}
.AnyTagClassName
{
color: #E5567E;
}
</style>
background-color css
<style>
a { background-color: #E5567E; }
a { background-color: rgb(229,86,126); }
div.DivClassName
{
background-color: #E5567E;
}
.BgClassName
{
background-color: #E5567E;
}
</style>
border-color css
<style>
span { border-color: #E5567E; }
span { border-color: rgb(229,86,126); }
td.TdClassName
{
border-color: #E5567E;
}
.TagClassName
{
border-color: #E5567E;
}
</style>