Shades of Dark Pink #E65587
Tints of Dark Pink #E65587
RGB
CMYK
RGB Variations
Color information
#E65587 (or 0xE65587) is known color: Dark Pink. HEX triplet: E6, 55 and 87. RGB value is (230,85,135). Sum of RGB (Red+Green+Blue) = 230+85+135=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E65587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65587 is #19AA78. Grayscale: #868686. Windows color (decimal): -1682041 or 8869350. OLE color: 8869350.
HSL color Cylindrical-coordinate representation of color #E65587: hue angle of 339.31º 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 #E65587 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 135 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.10 |
| HSL | 339.31º | 0.74% | 0.62% | - |
| HSV(B) | 339.31º | 0.63% | 0.9% | - |
| XYZ | 40.25 | 25.07 | 25.64 | - |
| YUV | 134.06 | 128.54 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 135 | 0 | 0.63 | 0.41 | 0.10 | 339.31 | 0.74 | 0.62 |
| Hex | E6 | 55 | 87 | 0 | 3F | 29 | A | 153 | 4A | 3E |
| Octal | 346 | 125 | 207 | 0 | 77 | 51 | 12 | 523 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10000111 | 0 | 111111 | 101001 | 1010 | 101010011 | 1001010 | 111110 |
Color Harmonies of #E65587
Complementary color
Monochromatic Colors of #E65587
Black with #E65587
Text Example
Text Example
White with #E65587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65587; }
p { color: rgb(230,85,135); }
H1.HeaderClassName
{
color: #E65587;
}
.AnyTagClassName
{
color: #E65587;
}
</style>
background-color css
<style>
a { background-color: #E65587; }
a { background-color: rgb(230,85,135); }
div.DivClassName
{
background-color: #E65587;
}
.BgClassName
{
background-color: #E65587;
}
</style>
border-color css
<style>
span { border-color: #E65587; }
span { border-color: rgb(230,85,135); }
td.TdClassName
{
border-color: #E65587;
}
.TagClassName
{
border-color: #E65587;
}
</style>