Shades of Dark Pink #E65F87
Tints of Dark Pink #E65F87
RGB
CMYK
RGB Variations
Color information
#E65F87 (or 0xE65F87) is known color: Dark Pink. HEX triplet: E6, 5F and 87. RGB value is (230,95,135). Sum of RGB (Red+Green+Blue) = 230+95+135=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65F87 is #19A078. Grayscale: #8B8B8B. Windows color (decimal): -1679481 or 8871910. OLE color: 8871910.
HSL color Cylindrical-coordinate representation of color #E65F87: hue angle of 342.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F87 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 135 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.10 |
| HSL | 342.22º | 0.73% | 0.64% | - |
| HSV(B) | 342.22º | 0.59% | 0.9% | - |
| XYZ | 41.1 | 26.76 | 25.92 | - |
| YUV | 139.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 135 | 0 | 0.59 | 0.41 | 0.10 | 342.22 | 0.73 | 0.64 |
| Hex | E6 | 5F | 87 | 0 | 3B | 29 | A | 156 | 49 | 40 |
| Octal | 346 | 137 | 207 | 0 | 73 | 51 | 12 | 526 | 111 | 100 |
| Binary | 11100110 | 1011111 | 10000111 | 0 | 111011 | 101001 | 1010 | 101010110 | 1001001 | 1000000 |
Color Harmonies of #E65F87
Complementary color
Monochromatic Colors of #E65F87
Black with #E65F87
Text Example
Text Example
White with #E65F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F87; }
p { color: rgb(230,95,135); }
H1.HeaderClassName
{
color: #E65F87;
}
.AnyTagClassName
{
color: #E65F87;
}
</style>
background-color css
<style>
a { background-color: #E65F87; }
a { background-color: rgb(230,95,135); }
div.DivClassName
{
background-color: #E65F87;
}
.BgClassName
{
background-color: #E65F87;
}
</style>
border-color css
<style>
span { border-color: #E65F87; }
span { border-color: rgb(230,95,135); }
td.TdClassName
{
border-color: #E65F87;
}
.TagClassName
{
border-color: #E65F87;
}
</style>