Shades of Dark Pink #E65785
Tints of Dark Pink #E65785
RGB
CMYK
RGB Variations
Color information
#E65785 (or 0xE65785) is known color: Dark Pink. HEX triplet: E6, 57 and 85. RGB value is (230,87,133). Sum of RGB (Red+Green+Blue) = 230+87+133=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E65785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65785 is #19A87A. Grayscale: #868686. Windows color (decimal): -1681531 or 8738790. OLE color: 8738790.
HSL color Cylindrical-coordinate representation of color #E65785: hue angle of 340.7º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65785 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 133 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.10 |
| HSL | 340.7º | 0.74% | 0.62% | - |
| HSV(B) | 340.7º | 0.62% | 0.9% | - |
| XYZ | 40.27 | 25.33 | 24.96 | - |
| YUV | 135 | 126.88 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 133 | 0 | 0.62 | 0.42 | 0.10 | 340.7 | 0.74 | 0.62 |
| Hex | E6 | 57 | 85 | 0 | 3E | 2A | A | 155 | 4A | 3E |
| Octal | 346 | 127 | 205 | 0 | 76 | 52 | 12 | 525 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10000101 | 0 | 111110 | 101010 | 1010 | 101010101 | 1001010 | 111110 |
Color Harmonies of #E65785
Complementary color
Monochromatic Colors of #E65785
Black with #E65785
Text Example
Text Example
White with #E65785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65785; }
p { color: rgb(230,87,133); }
H1.HeaderClassName
{
color: #E65785;
}
.AnyTagClassName
{
color: #E65785;
}
</style>
background-color css
<style>
a { background-color: #E65785; }
a { background-color: rgb(230,87,133); }
div.DivClassName
{
background-color: #E65785;
}
.BgClassName
{
background-color: #E65785;
}
</style>
border-color css
<style>
span { border-color: #E65785; }
span { border-color: rgb(230,87,133); }
td.TdClassName
{
border-color: #E65785;
}
.TagClassName
{
border-color: #E65785;
}
</style>