Shades of Dark Pink #E9568B
Tints of Dark Pink #E9568B
RGB
CMYK
RGB Variations
Color information
#E9568B (or 0xE9568B) is known color: Dark Pink. HEX triplet: E9, 56 and 8B. RGB value is (233,86,139). Sum of RGB (Red+Green+Blue) = 233+86+139=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E9568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9568B is #16A974. Grayscale: #878787. Windows color (decimal): -1485173 or 9131753. OLE color: 9131753.
HSL color Cylindrical-coordinate representation of color #E9568B: hue angle of 338.37º 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 #E9568B is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 139 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.09 |
| HSL | 338.37º | 0.77% | 0.63% | - |
| HSV(B) | 338.37º | 0.63% | 0.91% | - |
| XYZ | 41.59 | 25.84 | 27.22 | - |
| YUV | 136 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 139 | 0 | 0.63 | 0.40 | 0.09 | 338.37 | 0.77 | 0.63 |
| Hex | E9 | 56 | 8B | 0 | 3F | 28 | 9 | 152 | 4D | 3F |
| Octal | 351 | 126 | 213 | 0 | 77 | 50 | 11 | 522 | 115 | 77 |
| Binary | 11101001 | 1010110 | 10001011 | 0 | 111111 | 101000 | 1001 | 101010010 | 1001101 | 111111 |
Color Harmonies of #E9568B
Complementary color
Monochromatic Colors of #E9568B
Black with #E9568B
Text Example
Text Example
White with #E9568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9568B; }
p { color: rgb(233,86,139); }
H1.HeaderClassName
{
color: #E9568B;
}
.AnyTagClassName
{
color: #E9568B;
}
</style>
background-color css
<style>
a { background-color: #E9568B; }
a { background-color: rgb(233,86,139); }
div.DivClassName
{
background-color: #E9568B;
}
.BgClassName
{
background-color: #E9568B;
}
</style>
border-color css
<style>
span { border-color: #E9568B; }
span { border-color: rgb(233,86,139); }
td.TdClassName
{
border-color: #E9568B;
}
.TagClassName
{
border-color: #E9568B;
}
</style>