Shades of Dark Pink #E65685
Tints of Dark Pink #E65685
RGB
CMYK
RGB Variations
Color information
#E65685 (or 0xE65685) is known color: Dark Pink. HEX triplet: E6, 56 and 85. RGB value is (230,86,133). Sum of RGB (Red+Green+Blue) = 230+86+133=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E65685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65685 is #19A97A. Grayscale: #868686. Windows color (decimal): -1681787 or 8738534. OLE color: 8738534.
HSL color Cylindrical-coordinate representation of color #E65685: hue angle of 340.42º 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 #E65685 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 133 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.10 |
| HSL | 340.42º | 0.74% | 0.62% | - |
| HSV(B) | 340.42º | 0.63% | 0.9% | - |
| XYZ | 40.19 | 25.17 | 24.93 | - |
| YUV | 134.41 | 127.21 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 133 | 0 | 0.63 | 0.42 | 0.10 | 340.42 | 0.74 | 0.62 |
| Hex | E6 | 56 | 85 | 0 | 3F | 2A | A | 154 | 4A | 3E |
| Octal | 346 | 126 | 205 | 0 | 77 | 52 | 12 | 524 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10000101 | 0 | 111111 | 101010 | 1010 | 101010100 | 1001010 | 111110 |
Color Harmonies of #E65685
Complementary color
Monochromatic Colors of #E65685
Black with #E65685
Text Example
Text Example
White with #E65685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65685; }
p { color: rgb(230,86,133); }
H1.HeaderClassName
{
color: #E65685;
}
.AnyTagClassName
{
color: #E65685;
}
</style>
background-color css
<style>
a { background-color: #E65685; }
a { background-color: rgb(230,86,133); }
div.DivClassName
{
background-color: #E65685;
}
.BgClassName
{
background-color: #E65685;
}
</style>
border-color css
<style>
span { border-color: #E65685; }
span { border-color: rgb(230,86,133); }
td.TdClassName
{
border-color: #E65685;
}
.TagClassName
{
border-color: #E65685;
}
</style>