Shades of Dark Pink #E75781
Tints of Dark Pink #E75781
RGB
CMYK
RGB Variations
Color information
#E75781 (or 0xE75781) is known color: Dark Pink. HEX triplet: E7, 57 and 81. RGB value is (231,87,129). Sum of RGB (Red+Green+Blue) = 231+87+129=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E75781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75781 is #18A87E. Grayscale: #868686. Windows color (decimal): -1615999 or 8476647. OLE color: 8476647.
HSL color Cylindrical-coordinate representation of color #E75781: hue angle of 342.5º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75781 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 129 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.09 |
| HSL | 342.5º | 0.75% | 0.62% | - |
| HSV(B) | 342.5º | 0.62% | 0.91% | - |
| XYZ | 40.33 | 25.39 | 23.54 | - |
| YUV | 134.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 129 | 0 | 0.62 | 0.44 | 0.09 | 342.5 | 0.75 | 0.62 |
| Hex | E7 | 57 | 81 | 0 | 3E | 2C | 9 | 156 | 4B | 3E |
| Octal | 347 | 127 | 201 | 0 | 76 | 54 | 11 | 526 | 113 | 76 |
| Binary | 11100111 | 1010111 | 10000001 | 0 | 111110 | 101100 | 1001 | 101010110 | 1001011 | 111110 |
Color Harmonies of #E75781
Complementary color
Monochromatic Colors of #E75781
Black with #E75781
Text Example
Text Example
White with #E75781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75781; }
p { color: rgb(231,87,129); }
H1.HeaderClassName
{
color: #E75781;
}
.AnyTagClassName
{
color: #E75781;
}
</style>
background-color css
<style>
a { background-color: #E75781; }
a { background-color: rgb(231,87,129); }
div.DivClassName
{
background-color: #E75781;
}
.BgClassName
{
background-color: #E75781;
}
</style>
border-color css
<style>
span { border-color: #E75781; }
span { border-color: rgb(231,87,129); }
td.TdClassName
{
border-color: #E75781;
}
.TagClassName
{
border-color: #E75781;
}
</style>