Shades of Dark Pink #E9567E
Tints of Dark Pink #E9567E
RGB
CMYK
RGB Variations
Color information
#E9567E (or 0xE9567E) is known color: Dark Pink. HEX triplet: E9, 56 and 7E. RGB value is (233,86,126). Sum of RGB (Red+Green+Blue) = 233+86+126=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E9567E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9567E is #16A981. Grayscale: #868686. Windows color (decimal): -1485186 or 8279785. OLE color: 8279785.
HSL color Cylindrical-coordinate representation of color #E9567E: hue angle of 343.67º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E9567E is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 126 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.09 |
| HSL | 343.67º | 0.77% | 0.63% | - |
| HSV(B) | 343.67º | 0.63% | 0.91% | - |
| XYZ | 40.7 | 25.49 | 22.51 | - |
| YUV | 134.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 126 | 0 | 0.63 | 0.46 | 0.09 | 343.67 | 0.77 | 0.63 |
| Hex | E9 | 56 | 7E | 0 | 3F | 2E | 9 | 158 | 4D | 3F |
| Octal | 351 | 126 | 176 | 0 | 77 | 56 | 11 | 530 | 115 | 77 |
| Binary | 11101001 | 1010110 | 1111110 | 0 | 111111 | 101110 | 1001 | 101011000 | 1001101 | 111111 |
Color Harmonies of #E9567E
Complementary color
Monochromatic Colors of #E9567E
Black with #E9567E
Text Example
Text Example
White with #E9567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9567E; }
p { color: rgb(233,86,126); }
H1.HeaderClassName
{
color: #E9567E;
}
.AnyTagClassName
{
color: #E9567E;
}
</style>
background-color css
<style>
a { background-color: #E9567E; }
a { background-color: rgb(233,86,126); }
div.DivClassName
{
background-color: #E9567E;
}
.BgClassName
{
background-color: #E9567E;
}
</style>
border-color css
<style>
span { border-color: #E9567E; }
span { border-color: rgb(233,86,126); }
td.TdClassName
{
border-color: #E9567E;
}
.TagClassName
{
border-color: #E9567E;
}
</style>