Shades of Dark Pink #E9568A
Tints of Dark Pink #E9568A
RGB
CMYK
RGB Variations
Color information
#E9568A (or 0xE9568A) is known color: Dark Pink. HEX triplet: E9, 56 and 8A. RGB value is (233,86,138). Sum of RGB (Red+Green+Blue) = 233+86+138=457 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.98% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 233 - color contains mainly: red. Hex color #E9568A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9568A is #16A975. Grayscale: #878787. Windows color (decimal): -1485174 or 9066217. OLE color: 9066217.
HSL color Cylindrical-coordinate representation of color #E9568A: hue angle of 338.78º 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 #E9568A is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 138 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.09 |
| HSL | 338.78º | 0.77% | 0.63% | - |
| HSV(B) | 338.78º | 0.63% | 0.91% | - |
| XYZ | 41.52 | 25.81 | 26.84 | - |
| YUV | 135.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 138 | 0 | 0.63 | 0.41 | 0.09 | 338.78 | 0.77 | 0.63 |
| Hex | E9 | 56 | 8A | 0 | 3F | 29 | 9 | 153 | 4D | 3F |
| Octal | 351 | 126 | 212 | 0 | 77 | 51 | 11 | 523 | 115 | 77 |
| Binary | 11101001 | 1010110 | 10001010 | 0 | 111111 | 101001 | 1001 | 101010011 | 1001101 | 111111 |
Color Harmonies of #E9568A
Complementary color
Monochromatic Colors of #E9568A
Black with #E9568A
Text Example
Text Example
White with #E9568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9568A; }
p { color: rgb(233,86,138); }
H1.HeaderClassName
{
color: #E9568A;
}
.AnyTagClassName
{
color: #E9568A;
}
</style>
background-color css
<style>
a { background-color: #E9568A; }
a { background-color: rgb(233,86,138); }
div.DivClassName
{
background-color: #E9568A;
}
.BgClassName
{
background-color: #E9568A;
}
</style>
border-color css
<style>
span { border-color: #E9568A; }
span { border-color: rgb(233,86,138); }
td.TdClassName
{
border-color: #E9568A;
}
.TagClassName
{
border-color: #E9568A;
}
</style>