Shades of Dark Pink #E75881
Tints of Dark Pink #E75881
RGB
CMYK
RGB Variations
Color information
#E75881 (or 0xE75881) is known color: Dark Pink. HEX triplet: E7, 58 and 81. RGB value is (231,88,129). Sum of RGB (Red+Green+Blue) = 231+88+129=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E75881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75881 is #18A77E. Grayscale: #878787. Windows color (decimal): -1615743 or 8476903. OLE color: 8476903.
HSL color Cylindrical-coordinate representation of color #E75881: hue angle of 342.8º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75881 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 129 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.09 |
| HSL | 342.8º | 0.75% | 0.63% | - |
| HSV(B) | 342.8º | 0.62% | 0.91% | - |
| XYZ | 40.41 | 25.55 | 23.57 | - |
| YUV | 135.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 129 | 0 | 0.62 | 0.44 | 0.09 | 342.8 | 0.75 | 0.63 |
| Hex | E7 | 58 | 81 | 0 | 3E | 2C | 9 | 157 | 4B | 3F |
| Octal | 347 | 130 | 201 | 0 | 76 | 54 | 11 | 527 | 113 | 77 |
| Binary | 11100111 | 1011000 | 10000001 | 0 | 111110 | 101100 | 1001 | 101010111 | 1001011 | 111111 |
Color Harmonies of #E75881
Complementary color
Monochromatic Colors of #E75881
Black with #E75881
Text Example
Text Example
White with #E75881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75881; }
p { color: rgb(231,88,129); }
H1.HeaderClassName
{
color: #E75881;
}
.AnyTagClassName
{
color: #E75881;
}
</style>
background-color css
<style>
a { background-color: #E75881; }
a { background-color: rgb(231,88,129); }
div.DivClassName
{
background-color: #E75881;
}
.BgClassName
{
background-color: #E75881;
}
</style>
border-color css
<style>
span { border-color: #E75881; }
span { border-color: rgb(231,88,129); }
td.TdClassName
{
border-color: #E75881;
}
.TagClassName
{
border-color: #E75881;
}
</style>