Shades of Dark Pink #E8567F
Tints of Dark Pink #E8567F
RGB
CMYK
RGB Variations
Color information
#E8567F (or 0xE8567F) is known color: Dark Pink. HEX triplet: E8, 56 and 7F. RGB value is (232,86,127). Sum of RGB (Red+Green+Blue) = 232+86+127=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E8567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8567F is #17A980. Grayscale: #868686. Windows color (decimal): -1550721 or 8345320. OLE color: 8345320.
HSL color Cylindrical-coordinate representation of color #E8567F: hue angle of 343.15º 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 #E8567F is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 127 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.09 |
| HSL | 343.15º | 0.76% | 0.62% | - |
| HSV(B) | 343.15º | 0.63% | 0.91% | - |
| XYZ | 40.44 | 25.34 | 22.84 | - |
| YUV | 134.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 127 | 0 | 0.63 | 0.45 | 0.09 | 343.15 | 0.76 | 0.62 |
| Hex | E8 | 56 | 7F | 0 | 3F | 2D | 9 | 157 | 4C | 3E |
| Octal | 350 | 126 | 177 | 0 | 77 | 55 | 11 | 527 | 114 | 76 |
| Binary | 11101000 | 1010110 | 1111111 | 0 | 111111 | 101101 | 1001 | 101010111 | 1001100 | 111110 |
Color Harmonies of #E8567F
Complementary color
Monochromatic Colors of #E8567F
Black with #E8567F
Text Example
Text Example
White with #E8567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8567F; }
p { color: rgb(232,86,127); }
H1.HeaderClassName
{
color: #E8567F;
}
.AnyTagClassName
{
color: #E8567F;
}
</style>
background-color css
<style>
a { background-color: #E8567F; }
a { background-color: rgb(232,86,127); }
div.DivClassName
{
background-color: #E8567F;
}
.BgClassName
{
background-color: #E8567F;
}
</style>
border-color css
<style>
span { border-color: #E8567F; }
span { border-color: rgb(232,86,127); }
td.TdClassName
{
border-color: #E8567F;
}
.TagClassName
{
border-color: #E8567F;
}
</style>