Shades of Dark Pink #E65E85
Tints of Dark Pink #E65E85
RGB
CMYK
RGB Variations
Color information
#E65E85 (or 0xE65E85) is known color: Dark Pink. HEX triplet: E6, 5E and 85. RGB value is (230,94,133). Sum of RGB (Red+Green+Blue) = 230+94+133=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65E85 is #19A17A. Grayscale: #8B8B8B. Windows color (decimal): -1679739 or 8740582. OLE color: 8740582.
HSL color Cylindrical-coordinate representation of color #E65E85: hue angle of 342.79º 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 #E65E85 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 133 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.10 |
| HSL | 342.79º | 0.73% | 0.64% | - |
| HSV(B) | 342.79º | 0.59% | 0.9% | - |
| XYZ | 40.87 | 26.52 | 25.16 | - |
| YUV | 139.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 133 | 0 | 0.59 | 0.42 | 0.10 | 342.79 | 0.73 | 0.64 |
| Hex | E6 | 5E | 85 | 0 | 3B | 2A | A | 157 | 49 | 40 |
| Octal | 346 | 136 | 205 | 0 | 73 | 52 | 12 | 527 | 111 | 100 |
| Binary | 11100110 | 1011110 | 10000101 | 0 | 111011 | 101010 | 1010 | 101010111 | 1001001 | 1000000 |
Color Harmonies of #E65E85
Complementary color
Monochromatic Colors of #E65E85
Black with #E65E85
Text Example
Text Example
White with #E65E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E85; }
p { color: rgb(230,94,133); }
H1.HeaderClassName
{
color: #E65E85;
}
.AnyTagClassName
{
color: #E65E85;
}
</style>
background-color css
<style>
a { background-color: #E65E85; }
a { background-color: rgb(230,94,133); }
div.DivClassName
{
background-color: #E65E85;
}
.BgClassName
{
background-color: #E65E85;
}
</style>
border-color css
<style>
span { border-color: #E65E85; }
span { border-color: rgb(230,94,133); }
td.TdClassName
{
border-color: #E65E85;
}
.TagClassName
{
border-color: #E65E85;
}
</style>