Shades of Dark Pink #E6568F
Tints of Dark Pink #E6568F
RGB
CMYK
RGB Variations
Color information
#E6568F (or 0xE6568F) is known color: Dark Pink. HEX triplet: E6, 56 and 8F. RGB value is (230,86,143). Sum of RGB (Red+Green+Blue) = 230+86+143=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6568F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6568F is #19A970. Grayscale: #878787. Windows color (decimal): -1681777 or 9393894. OLE color: 9393894.
HSL color Cylindrical-coordinate representation of color #E6568F: hue angle of 336.25º 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 #E6568F is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 143 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.10 |
| HSL | 336.25º | 0.74% | 0.62% | - |
| HSV(B) | 336.25º | 0.63% | 0.9% | - |
| XYZ | 40.92 | 25.46 | 28.74 | - |
| YUV | 135.55 | 132.21 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 143 | 0 | 0.63 | 0.38 | 0.10 | 336.25 | 0.74 | 0.62 |
| Hex | E6 | 56 | 8F | 0 | 3F | 26 | A | 150 | 4A | 3E |
| Octal | 346 | 126 | 217 | 0 | 77 | 46 | 12 | 520 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10001111 | 0 | 111111 | 100110 | 1010 | 101010000 | 1001010 | 111110 |
Color Harmonies of #E6568F
Complementary color
Monochromatic Colors of #E6568F
Black with #E6568F
Text Example
Text Example
White with #E6568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6568F; }
p { color: rgb(230,86,143); }
H1.HeaderClassName
{
color: #E6568F;
}
.AnyTagClassName
{
color: #E6568F;
}
</style>
background-color css
<style>
a { background-color: #E6568F; }
a { background-color: rgb(230,86,143); }
div.DivClassName
{
background-color: #E6568F;
}
.BgClassName
{
background-color: #E6568F;
}
</style>
border-color css
<style>
span { border-color: #E6568F; }
span { border-color: rgb(230,86,143); }
td.TdClassName
{
border-color: #E6568F;
}
.TagClassName
{
border-color: #E6568F;
}
</style>