Shades of Dark Pink #E5568A
Tints of Dark Pink #E5568A
RGB
CMYK
RGB Variations
Color information
#E5568A (or 0xE5568A) is known color: Dark Pink. HEX triplet: E5, 56 and 8A. RGB value is (229,86,138). Sum of RGB (Red+Green+Blue) = 229+86+138=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E5568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5568A is #1AA975. Grayscale: #868686. Windows color (decimal): -1747318 or 9066213. OLE color: 9066213.
HSL color Cylindrical-coordinate representation of color #E5568A: hue angle of 338.18º 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 #E5568A is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 138 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.10 |
| HSL | 338.18º | 0.73% | 0.62% | - |
| HSV(B) | 338.18º | 0.62% | 0.9% | - |
| XYZ | 40.23 | 25.15 | 26.78 | - |
| YUV | 134.69 | 129.88 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 138 | 0 | 0.62 | 0.40 | 0.10 | 338.18 | 0.73 | 0.62 |
| Hex | E5 | 56 | 8A | 0 | 3E | 28 | A | 152 | 49 | 3E |
| Octal | 345 | 126 | 212 | 0 | 76 | 50 | 12 | 522 | 111 | 76 |
| Binary | 11100101 | 1010110 | 10001010 | 0 | 111110 | 101000 | 1010 | 101010010 | 1001001 | 111110 |
Color Harmonies of #E5568A
Complementary color
Monochromatic Colors of #E5568A
Black with #E5568A
Text Example
Text Example
White with #E5568A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5568A; }
p { color: rgb(229,86,138); }
H1.HeaderClassName
{
color: #E5568A;
}
.AnyTagClassName
{
color: #E5568A;
}
</style>
background-color css
<style>
a { background-color: #E5568A; }
a { background-color: rgb(229,86,138); }
div.DivClassName
{
background-color: #E5568A;
}
.BgClassName
{
background-color: #E5568A;
}
</style>
border-color css
<style>
span { border-color: #E5568A; }
span { border-color: rgb(229,86,138); }
td.TdClassName
{
border-color: #E5568A;
}
.TagClassName
{
border-color: #E5568A;
}
</style>