Shades of Dark Pink #E65E86
Tints of Dark Pink #E65E86
RGB
CMYK
RGB Variations
Color information
#E65E86 (or 0xE65E86) is known color: Dark Pink. HEX triplet: E6, 5E and 86. RGB value is (230,94,134). Sum of RGB (Red+Green+Blue) = 230+94+134=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65E86 is #19A179. Grayscale: #8B8B8B. Windows color (decimal): -1679738 or 8806118. OLE color: 8806118.
HSL color Cylindrical-coordinate representation of color #E65E86: hue angle of 342.35º 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 #E65E86 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 134 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.10 |
| HSL | 342.35º | 0.73% | 0.64% | - |
| HSV(B) | 342.35º | 0.59% | 0.9% | - |
| XYZ | 40.94 | 26.55 | 25.52 | - |
| YUV | 139.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 134 | 0 | 0.59 | 0.42 | 0.10 | 342.35 | 0.73 | 0.64 |
| Hex | E6 | 5E | 86 | 0 | 3B | 2A | A | 156 | 49 | 40 |
| Octal | 346 | 136 | 206 | 0 | 73 | 52 | 12 | 526 | 111 | 100 |
| Binary | 11100110 | 1011110 | 10000110 | 0 | 111011 | 101010 | 1010 | 101010110 | 1001001 | 1000000 |
Color Harmonies of #E65E86
Complementary color
Monochromatic Colors of #E65E86
Black with #E65E86
Text Example
Text Example
White with #E65E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E86; }
p { color: rgb(230,94,134); }
H1.HeaderClassName
{
color: #E65E86;
}
.AnyTagClassName
{
color: #E65E86;
}
</style>
background-color css
<style>
a { background-color: #E65E86; }
a { background-color: rgb(230,94,134); }
div.DivClassName
{
background-color: #E65E86;
}
.BgClassName
{
background-color: #E65E86;
}
</style>
border-color css
<style>
span { border-color: #E65E86; }
span { border-color: rgb(230,94,134); }
td.TdClassName
{
border-color: #E65E86;
}
.TagClassName
{
border-color: #E65E86;
}
</style>