Shades of Dark Pink #E6567A
Tints of Dark Pink #E6567A
RGB
CMYK
RGB Variations
Color information
#E6567A (or 0xE6567A) is known color: Dark Pink. HEX triplet: E6, 56 and 7A. RGB value is (230,86,122). Sum of RGB (Red+Green+Blue) = 230+86+122=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6567A is #19A985. Grayscale: #858585. Windows color (decimal): -1681798 or 8017638. OLE color: 8017638.
HSL color Cylindrical-coordinate representation of color #E6567A: hue angle of 345º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6567A is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 122 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.10 |
| HSL | 345º | 0.74% | 0.62% | - |
| HSV(B) | 345º | 0.63% | 0.9% | - |
| XYZ | 39.47 | 24.88 | 21.13 | - |
| YUV | 133.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 122 | 0 | 0.63 | 0.47 | 0.10 | 345 | 0.74 | 0.62 |
| Hex | E6 | 56 | 7A | 0 | 3F | 2F | A | 159 | 4A | 3E |
| Octal | 346 | 126 | 172 | 0 | 77 | 57 | 12 | 531 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1111010 | 0 | 111111 | 101111 | 1010 | 101011001 | 1001010 | 111110 |
Color Harmonies of #E6567A
Complementary color
Monochromatic Colors of #E6567A
Black with #E6567A
Text Example
Text Example
White with #E6567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6567A; }
p { color: rgb(230,86,122); }
H1.HeaderClassName
{
color: #E6567A;
}
.AnyTagClassName
{
color: #E6567A;
}
</style>
background-color css
<style>
a { background-color: #E6567A; }
a { background-color: rgb(230,86,122); }
div.DivClassName
{
background-color: #E6567A;
}
.BgClassName
{
background-color: #E6567A;
}
</style>
border-color css
<style>
span { border-color: #E6567A; }
span { border-color: rgb(230,86,122); }
td.TdClassName
{
border-color: #E6567A;
}
.TagClassName
{
border-color: #E6567A;
}
</style>