Shades of Dark Pink #E7567C
Tints of Dark Pink #E7567C
RGB
CMYK
RGB Variations
Color information
#E7567C (or 0xE7567C) is known color: Dark Pink. HEX triplet: E7, 56 and 7C. RGB value is (231,86,124). Sum of RGB (Red+Green+Blue) = 231+86+124=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E7567C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7567C is #18A983. Grayscale: #858585. Windows color (decimal): -1616260 or 8148711. OLE color: 8148711.
HSL color Cylindrical-coordinate representation of color #E7567C: hue angle of 344.28º degrees, saturation: 0.75, 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 #E7567C is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 124 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.09 |
| HSL | 344.28º | 0.75% | 0.62% | - |
| HSV(B) | 344.28º | 0.63% | 0.91% | - |
| XYZ | 39.92 | 25.1 | 21.81 | - |
| YUV | 133.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 124 | 0 | 0.63 | 0.46 | 0.09 | 344.28 | 0.75 | 0.62 |
| Hex | E7 | 56 | 7C | 0 | 3F | 2E | 9 | 158 | 4B | 3E |
| Octal | 347 | 126 | 174 | 0 | 77 | 56 | 11 | 530 | 113 | 76 |
| Binary | 11100111 | 1010110 | 1111100 | 0 | 111111 | 101110 | 1001 | 101011000 | 1001011 | 111110 |
Color Harmonies of #E7567C
Complementary color
Monochromatic Colors of #E7567C
Black with #E7567C
Text Example
Text Example
White with #E7567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7567C; }
p { color: rgb(231,86,124); }
H1.HeaderClassName
{
color: #E7567C;
}
.AnyTagClassName
{
color: #E7567C;
}
</style>
background-color css
<style>
a { background-color: #E7567C; }
a { background-color: rgb(231,86,124); }
div.DivClassName
{
background-color: #E7567C;
}
.BgClassName
{
background-color: #E7567C;
}
</style>
border-color css
<style>
span { border-color: #E7567C; }
span { border-color: rgb(231,86,124); }
td.TdClassName
{
border-color: #E7567C;
}
.TagClassName
{
border-color: #E7567C;
}
</style>