Shades of Dark Pink #E75680
Tints of Dark Pink #E75680
RGB
CMYK
RGB Variations
Color information
#E75680 (or 0xE75680) is known color: Dark Pink. HEX triplet: E7, 56 and 80. RGB value is (231,86,128). Sum of RGB (Red+Green+Blue) = 231+86+128=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E75680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75680 is #18A97F. Grayscale: #868686. Windows color (decimal): -1616256 or 8410855. OLE color: 8410855.
HSL color Cylindrical-coordinate representation of color #E75680: hue angle of 342.62º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E75680 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 128 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.09 |
| HSL | 342.62º | 0.75% | 0.62% | - |
| HSV(B) | 342.62º | 0.63% | 0.91% | - |
| XYZ | 40.18 | 25.2 | 23.17 | - |
| YUV | 134.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 128 | 0 | 0.63 | 0.45 | 0.09 | 342.62 | 0.75 | 0.62 |
| Hex | E7 | 56 | 80 | 0 | 3F | 2D | 9 | 157 | 4B | 3E |
| Octal | 347 | 126 | 200 | 0 | 77 | 55 | 11 | 527 | 113 | 76 |
| Binary | 11100111 | 1010110 | 10000000 | 0 | 111111 | 101101 | 1001 | 101010111 | 1001011 | 111110 |
Color Harmonies of #E75680
Complementary color
Monochromatic Colors of #E75680
Black with #E75680
Text Example
Text Example
White with #E75680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75680; }
p { color: rgb(231,86,128); }
H1.HeaderClassName
{
color: #E75680;
}
.AnyTagClassName
{
color: #E75680;
}
</style>
background-color css
<style>
a { background-color: #E75680; }
a { background-color: rgb(231,86,128); }
div.DivClassName
{
background-color: #E75680;
}
.BgClassName
{
background-color: #E75680;
}
</style>
border-color css
<style>
span { border-color: #E75680; }
span { border-color: rgb(231,86,128); }
td.TdClassName
{
border-color: #E75680;
}
.TagClassName
{
border-color: #E75680;
}
</style>