Shades of Dark Pink #E8568B
Tints of Dark Pink #E8568B
RGB
CMYK
RGB Variations
Color information
#E8568B (or 0xE8568B) is known color: Dark Pink. HEX triplet: E8, 56 and 8B. RGB value is (232,86,139). Sum of RGB (Red+Green+Blue) = 232+86+139=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8568B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8568B is #17A974. Grayscale: #878787. Windows color (decimal): -1550709 or 9131752. OLE color: 9131752.
HSL color Cylindrical-coordinate representation of color #E8568B: hue angle of 338.22º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E8568B is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 139 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.09 |
| HSL | 338.22º | 0.76% | 0.62% | - |
| HSV(B) | 338.22º | 0.63% | 0.91% | - |
| XYZ | 41.27 | 25.68 | 27.21 | - |
| YUV | 135.7 | 129.87 | 196.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 139 | 0 | 0.63 | 0.40 | 0.09 | 338.22 | 0.76 | 0.62 |
| Hex | E8 | 56 | 8B | 0 | 3F | 28 | 9 | 152 | 4C | 3E |
| Octal | 350 | 126 | 213 | 0 | 77 | 50 | 11 | 522 | 114 | 76 |
| Binary | 11101000 | 1010110 | 10001011 | 0 | 111111 | 101000 | 1001 | 101010010 | 1001100 | 111110 |
Color Harmonies of #E8568B
Complementary color
Monochromatic Colors of #E8568B
Black with #E8568B
Text Example
Text Example
White with #E8568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8568B; }
p { color: rgb(232,86,139); }
H1.HeaderClassName
{
color: #E8568B;
}
.AnyTagClassName
{
color: #E8568B;
}
</style>
background-color css
<style>
a { background-color: #E8568B; }
a { background-color: rgb(232,86,139); }
div.DivClassName
{
background-color: #E8568B;
}
.BgClassName
{
background-color: #E8568B;
}
</style>
border-color css
<style>
span { border-color: #E8568B; }
span { border-color: rgb(232,86,139); }
td.TdClassName
{
border-color: #E8568B;
}
.TagClassName
{
border-color: #E8568B;
}
</style>