Shades of Dark Pink #E75982
Tints of Dark Pink #E75982
RGB
CMYK
RGB Variations
Color information
#E75982 (or 0xE75982) is known color: Dark Pink. HEX triplet: E7, 59 and 82. RGB value is (231,89,130). Sum of RGB (Red+Green+Blue) = 231+89+130=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E75982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75982 is #18A67D. Grayscale: #888888. Windows color (decimal): -1615486 or 8542695. OLE color: 8542695.
HSL color Cylindrical-coordinate representation of color #E75982: hue angle of 342.68º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E75982 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 89 | 130 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.09 |
| HSL | 342.68º | 0.75% | 0.63% | - |
| HSV(B) | 342.68º | 0.61% | 0.91% | - |
| XYZ | 40.56 | 25.75 | 23.95 | - |
| YUV | 136.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 89 | 130 | 0 | 0.61 | 0.44 | 0.09 | 342.68 | 0.75 | 0.63 |
| Hex | E7 | 59 | 82 | 0 | 3D | 2C | 9 | 157 | 4B | 3F |
| Octal | 347 | 131 | 202 | 0 | 75 | 54 | 11 | 527 | 113 | 77 |
| Binary | 11100111 | 1011001 | 10000010 | 0 | 111101 | 101100 | 1001 | 101010111 | 1001011 | 111111 |
Color Harmonies of #E75982
Complementary color
Monochromatic Colors of #E75982
Black with #E75982
Text Example
Text Example
White with #E75982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75982; }
p { color: rgb(231,89,130); }
H1.HeaderClassName
{
color: #E75982;
}
.AnyTagClassName
{
color: #E75982;
}
</style>
background-color css
<style>
a { background-color: #E75982; }
a { background-color: rgb(231,89,130); }
div.DivClassName
{
background-color: #E75982;
}
.BgClassName
{
background-color: #E75982;
}
</style>
border-color css
<style>
span { border-color: #E75982; }
span { border-color: rgb(231,89,130); }
td.TdClassName
{
border-color: #E75982;
}
.TagClassName
{
border-color: #E75982;
}
</style>