Shades of Dark Pink #E6567F
Tints of Dark Pink #E6567F
RGB
CMYK
RGB Variations
Color information
#E6567F (or 0xE6567F) is known color: Dark Pink. HEX triplet: E6, 56 and 7F. RGB value is (230,86,127). Sum of RGB (Red+Green+Blue) = 230+86+127=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6567F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6567F is #19A980. Grayscale: #858585. Windows color (decimal): -1681793 or 8345318. OLE color: 8345318.
HSL color Cylindrical-coordinate representation of color #E6567F: hue angle of 342.92º 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 #E6567F is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 127 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.10 |
| HSL | 342.92º | 0.74% | 0.62% | - |
| HSV(B) | 342.92º | 0.63% | 0.9% | - |
| XYZ | 39.79 | 25.01 | 22.81 | - |
| YUV | 133.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 127 | 0 | 0.63 | 0.45 | 0.10 | 342.92 | 0.74 | 0.62 |
| Hex | E6 | 56 | 7F | 0 | 3F | 2D | A | 157 | 4A | 3E |
| Octal | 346 | 126 | 177 | 0 | 77 | 55 | 12 | 527 | 112 | 76 |
| Binary | 11100110 | 1010110 | 1111111 | 0 | 111111 | 101101 | 1010 | 101010111 | 1001010 | 111110 |
Color Harmonies of #E6567F
Complementary color
Monochromatic Colors of #E6567F
Black with #E6567F
Text Example
Text Example
White with #E6567F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6567F; }
p { color: rgb(230,86,127); }
H1.HeaderClassName
{
color: #E6567F;
}
.AnyTagClassName
{
color: #E6567F;
}
</style>
background-color css
<style>
a { background-color: #E6567F; }
a { background-color: rgb(230,86,127); }
div.DivClassName
{
background-color: #E6567F;
}
.BgClassName
{
background-color: #E6567F;
}
</style>
border-color css
<style>
span { border-color: #E6567F; }
span { border-color: rgb(230,86,127); }
td.TdClassName
{
border-color: #E6567F;
}
.TagClassName
{
border-color: #E6567F;
}
</style>