Shades of Dark Pink #E7567B
Tints of Dark Pink #E7567B
RGB
CMYK
RGB Variations
Color information
#E7567B (or 0xE7567B) is known color: Dark Pink. HEX triplet: E7, 56 and 7B. RGB value is (231,86,123). Sum of RGB (Red+Green+Blue) = 231+86+123=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7567B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7567B is #18A984. Grayscale: #858585. Windows color (decimal): -1616261 or 8083175. OLE color: 8083175.
HSL color Cylindrical-coordinate representation of color #E7567B: hue angle of 344.69º 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 #E7567B is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 123 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.09 |
| HSL | 344.69º | 0.75% | 0.62% | - |
| HSV(B) | 344.69º | 0.63% | 0.91% | - |
| XYZ | 39.86 | 25.07 | 21.48 | - |
| YUV | 133.57 | 122.04 | 197.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 123 | 0 | 0.63 | 0.47 | 0.09 | 344.69 | 0.75 | 0.62 |
| Hex | E7 | 56 | 7B | 0 | 3F | 2F | 9 | 159 | 4B | 3E |
| Octal | 347 | 126 | 173 | 0 | 77 | 57 | 11 | 531 | 113 | 76 |
| Binary | 11100111 | 1010110 | 1111011 | 0 | 111111 | 101111 | 1001 | 101011001 | 1001011 | 111110 |
Color Harmonies of #E7567B
Complementary color
Monochromatic Colors of #E7567B
Black with #E7567B
Text Example
Text Example
White with #E7567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7567B; }
p { color: rgb(231,86,123); }
H1.HeaderClassName
{
color: #E7567B;
}
.AnyTagClassName
{
color: #E7567B;
}
</style>
background-color css
<style>
a { background-color: #E7567B; }
a { background-color: rgb(231,86,123); }
div.DivClassName
{
background-color: #E7567B;
}
.BgClassName
{
background-color: #E7567B;
}
</style>
border-color css
<style>
span { border-color: #E7567B; }
span { border-color: rgb(231,86,123); }
td.TdClassName
{
border-color: #E7567B;
}
.TagClassName
{
border-color: #E7567B;
}
</style>