Shades of Dark Pink #E65981
Tints of Dark Pink #E65981
RGB
CMYK
RGB Variations
Color information
#E65981 (or 0xE65981) is known color: Dark Pink. HEX triplet: E6, 59 and 81. RGB value is (230,89,129). Sum of RGB (Red+Green+Blue) = 230+89+129=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E65981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65981 is #19A67E. Grayscale: #878787. Windows color (decimal): -1681023 or 8477158. OLE color: 8477158.
HSL color Cylindrical-coordinate representation of color #E65981: hue angle of 342.98º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65981 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 129 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.10 |
| HSL | 342.98º | 0.74% | 0.63% | - |
| HSV(B) | 342.98º | 0.61% | 0.9% | - |
| XYZ | 40.17 | 25.55 | 23.58 | - |
| YUV | 135.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 129 | 0 | 0.61 | 0.44 | 0.10 | 342.98 | 0.74 | 0.63 |
| Hex | E6 | 59 | 81 | 0 | 3D | 2C | A | 157 | 4A | 3F |
| Octal | 346 | 131 | 201 | 0 | 75 | 54 | 12 | 527 | 112 | 77 |
| Binary | 11100110 | 1011001 | 10000001 | 0 | 111101 | 101100 | 1010 | 101010111 | 1001010 | 111111 |
Color Harmonies of #E65981
Complementary color
Monochromatic Colors of #E65981
Black with #E65981
Text Example
Text Example
White with #E65981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65981; }
p { color: rgb(230,89,129); }
H1.HeaderClassName
{
color: #E65981;
}
.AnyTagClassName
{
color: #E65981;
}
</style>
background-color css
<style>
a { background-color: #E65981; }
a { background-color: rgb(230,89,129); }
div.DivClassName
{
background-color: #E65981;
}
.BgClassName
{
background-color: #E65981;
}
</style>
border-color css
<style>
span { border-color: #E65981; }
span { border-color: rgb(230,89,129); }
td.TdClassName
{
border-color: #E65981;
}
.TagClassName
{
border-color: #E65981;
}
</style>