Shades of Dark Pink #E6567D
Tints of Dark Pink #E6567D
RGB
CMYK
RGB Variations
Color information
#E6567D (or 0xE6567D) is known color: Dark Pink. HEX triplet: E6, 56 and 7D. RGB value is (230,86,125). Sum of RGB (Red+Green+Blue) = 230+86+125=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6567D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6567D is #19A982. Grayscale: #858585. Windows color (decimal): -1681795 or 8214246. OLE color: 8214246.
HSL color Cylindrical-coordinate representation of color #E6567D: hue angle of 343.75º 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 #E6567D is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 125 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.10 |
| HSL | 343.75º | 0.74% | 0.62% | - |
| HSV(B) | 343.75º | 0.63% | 0.9% | - |
| XYZ | 39.66 | 24.96 | 22.13 | - |
| YUV | 133.5 | 123.21 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 125 | 0 | 0.63 | 0.46 | 0.10 | 343.75 | 0.74 | 0.62 |
| Hex | E6 | 56 | 7D | 0 | 3F | 2E | A | 158 | 4A | 3E |
| Octal | 346 | 126 | 175 | 0 | 77 | 56 | 12 | 530 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1111101 | 0 | 111111 | 101110 | 1010 | 101011000 | 1001010 | 111110 |
Color Harmonies of #E6567D
Complementary color
Monochromatic Colors of #E6567D
Black with #E6567D
Text Example
Text Example
White with #E6567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6567D; }
p { color: rgb(230,86,125); }
H1.HeaderClassName
{
color: #E6567D;
}
.AnyTagClassName
{
color: #E6567D;
}
</style>
background-color css
<style>
a { background-color: #E6567D; }
a { background-color: rgb(230,86,125); }
div.DivClassName
{
background-color: #E6567D;
}
.BgClassName
{
background-color: #E6567D;
}
</style>
border-color css
<style>
span { border-color: #E6567D; }
span { border-color: rgb(230,86,125); }
td.TdClassName
{
border-color: #E6567D;
}
.TagClassName
{
border-color: #E6567D;
}
</style>