Shades of Dark Pink #E9568C
Tints of Dark Pink #E9568C
RGB
CMYK
RGB Variations
Color information
#E9568C (or 0xE9568C) is known color: Dark Pink. HEX triplet: E9, 56 and 8C. RGB value is (233,86,140). Sum of RGB (Red+Green+Blue) = 233+86+140=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E9568C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9568C is #16A973. Grayscale: #888888. Windows color (decimal): -1485172 or 9197289. OLE color: 9197289.
HSL color Cylindrical-coordinate representation of color #E9568C: hue angle of 337.96º 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 #E9568C is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 140 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.09 |
| HSL | 337.96º | 0.77% | 0.63% | - |
| HSV(B) | 337.96º | 0.63% | 0.91% | - |
| XYZ | 41.67 | 25.87 | 27.61 | - |
| YUV | 136.11 | 130.2 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 140 | 0 | 0.63 | 0.40 | 0.09 | 337.96 | 0.77 | 0.63 |
| Hex | E9 | 56 | 8C | 0 | 3F | 28 | 9 | 152 | 4D | 3F |
| Octal | 351 | 126 | 214 | 0 | 77 | 50 | 11 | 522 | 115 | 77 |
| Binary | 11101001 | 1010110 | 10001100 | 0 | 111111 | 101000 | 1001 | 101010010 | 1001101 | 111111 |
Color Harmonies of #E9568C
Complementary color
Monochromatic Colors of #E9568C
Black with #E9568C
Text Example
Text Example
White with #E9568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9568C; }
p { color: rgb(233,86,140); }
H1.HeaderClassName
{
color: #E9568C;
}
.AnyTagClassName
{
color: #E9568C;
}
</style>
background-color css
<style>
a { background-color: #E9568C; }
a { background-color: rgb(233,86,140); }
div.DivClassName
{
background-color: #E9568C;
}
.BgClassName
{
background-color: #E9568C;
}
</style>
border-color css
<style>
span { border-color: #E9568C; }
span { border-color: rgb(233,86,140); }
td.TdClassName
{
border-color: #E9568C;
}
.TagClassName
{
border-color: #E9568C;
}
</style>