Shades of Dark Pink #E75084
Tints of Dark Pink #E75084
RGB
CMYK
RGB Variations
Color information
#E75084 (or 0xE75084) is known color: Dark Pink. HEX triplet: E7, 50 and 84. RGB value is (231,80,132). Sum of RGB (Red+Green+Blue) = 231+80+132=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E75084 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75084 is #18AF7B. Grayscale: #838383. Windows color (decimal): -1617788 or 8671463. OLE color: 8671463.
HSL color Cylindrical-coordinate representation of color #E75084: hue angle of 339.34º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75084 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 132 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.09 |
| HSL | 339.34º | 0.76% | 0.61% | - |
| HSV(B) | 339.34º | 0.65% | 0.91% | - |
| XYZ | 39.99 | 24.39 | 24.43 | - |
| YUV | 131.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 132 | 0 | 0.65 | 0.43 | 0.09 | 339.34 | 0.76 | 0.61 |
| Hex | E7 | 50 | 84 | 0 | 41 | 2B | 9 | 153 | 4C | 3D |
| Octal | 347 | 120 | 204 | 0 | 101 | 53 | 11 | 523 | 114 | 75 |
| Binary | 11100111 | 1010000 | 10000100 | 0 | 1000001 | 101011 | 1001 | 101010011 | 1001100 | 111101 |
Color Harmonies of #E75084
Complementary color
Monochromatic Colors of #E75084
Black with #E75084
Text Example
Text Example
White with #E75084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75084; }
p { color: rgb(231,80,132); }
H1.HeaderClassName
{
color: #E75084;
}
.AnyTagClassName
{
color: #E75084;
}
</style>
background-color css
<style>
a { background-color: #E75084; }
a { background-color: rgb(231,80,132); }
div.DivClassName
{
background-color: #E75084;
}
.BgClassName
{
background-color: #E75084;
}
</style>
border-color css
<style>
span { border-color: #E75084; }
span { border-color: rgb(231,80,132); }
td.TdClassName
{
border-color: #E75084;
}
.TagClassName
{
border-color: #E75084;
}
</style>