Shades of Dark Pink #E9567A
Tints of Dark Pink #E9567A
RGB
CMYK
RGB Variations
Color information
#E9567A (or 0xE9567A) is known color: Dark Pink. HEX triplet: E9, 56 and 7A. RGB value is (233,86,122). Sum of RGB (Red+Green+Blue) = 233+86+122=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9567A is #16A985. Grayscale: #868686. Windows color (decimal): -1485190 or 8017641. OLE color: 8017641.
HSL color Cylindrical-coordinate representation of color #E9567A: hue angle of 345.31º 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 #E9567A is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 122 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.09 |
| HSL | 345.31º | 0.77% | 0.63% | - |
| HSV(B) | 345.31º | 0.63% | 0.91% | - |
| XYZ | 40.44 | 25.38 | 21.18 | - |
| YUV | 134.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 122 | 0 | 0.63 | 0.48 | 0.09 | 345.31 | 0.77 | 0.63 |
| Hex | E9 | 56 | 7A | 0 | 3F | 30 | 9 | 159 | 4D | 3F |
| Octal | 351 | 126 | 172 | 0 | 77 | 60 | 11 | 531 | 115 | 77 |
| Binary | 11101001 | 1010110 | 1111010 | 0 | 111111 | 110000 | 1001 | 101011001 | 1001101 | 111111 |
Color Harmonies of #E9567A
Complementary color
Monochromatic Colors of #E9567A
Black with #E9567A
Text Example
Text Example
White with #E9567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9567A; }
p { color: rgb(233,86,122); }
H1.HeaderClassName
{
color: #E9567A;
}
.AnyTagClassName
{
color: #E9567A;
}
</style>
background-color css
<style>
a { background-color: #E9567A; }
a { background-color: rgb(233,86,122); }
div.DivClassName
{
background-color: #E9567A;
}
.BgClassName
{
background-color: #E9567A;
}
</style>
border-color css
<style>
span { border-color: #E9567A; }
span { border-color: rgb(233,86,122); }
td.TdClassName
{
border-color: #E9567A;
}
.TagClassName
{
border-color: #E9567A;
}
</style>