Shades of Dark Pink #E5568B
Tints of Dark Pink #E5568B
RGB
CMYK
RGB Variations
Color information
#E5568B (or 0xE5568B) is known color: Dark Pink. HEX triplet: E5, 56 and 8B. RGB value is (229,86,139). Sum of RGB (Red+Green+Blue) = 229+86+139=454 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.44% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 229 - color contains mainly: red. Hex color #E5568B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5568B is #1AA974. Grayscale: #868686. Windows color (decimal): -1747317 or 9131749. OLE color: 9131749.
HSL color Cylindrical-coordinate representation of color #E5568B: hue angle of 337.76º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5568B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 139 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.10 |
| HSL | 337.76º | 0.73% | 0.62% | - |
| HSV(B) | 337.76º | 0.62% | 0.9% | - |
| XYZ | 40.3 | 25.18 | 27.16 | - |
| YUV | 134.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 139 | 0 | 0.62 | 0.39 | 0.10 | 337.76 | 0.73 | 0.62 |
| Hex | E5 | 56 | 8B | 0 | 3E | 27 | A | 152 | 49 | 3E |
| Octal | 345 | 126 | 213 | 0 | 76 | 47 | 12 | 522 | 111 | 76 |
| Binary | 11100101 | 1010110 | 10001011 | 0 | 111110 | 100111 | 1010 | 101010010 | 1001001 | 111110 |
Color Harmonies of #E5568B
Complementary color
Monochromatic Colors of #E5568B
Black with #E5568B
Text Example
Text Example
White with #E5568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5568B; }
p { color: rgb(229,86,139); }
H1.HeaderClassName
{
color: #E5568B;
}
.AnyTagClassName
{
color: #E5568B;
}
</style>
background-color css
<style>
a { background-color: #E5568B; }
a { background-color: rgb(229,86,139); }
div.DivClassName
{
background-color: #E5568B;
}
.BgClassName
{
background-color: #E5568B;
}
</style>
border-color css
<style>
span { border-color: #E5568B; }
span { border-color: rgb(229,86,139); }
td.TdClassName
{
border-color: #E5568B;
}
.TagClassName
{
border-color: #E5568B;
}
</style>