Shades of Dark Pink #E75672
Tints of Dark Pink #E75672
RGB
CMYK
RGB Variations
Color information
#E75672 (or 0xE75672) is known color: Dark Pink. HEX triplet: E7, 56 and 72. RGB value is (231,86,114). Sum of RGB (Red+Green+Blue) = 231+86+114=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E75672 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75672 is #18A98D. Grayscale: #848484. Windows color (decimal): -1616270 or 7493351. OLE color: 7493351.
HSL color Cylindrical-coordinate representation of color #E75672: hue angle of 348.41º 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 #E75672 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 114 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.09 |
| HSL | 348.41º | 0.75% | 0.62% | - |
| HSV(B) | 348.41º | 0.63% | 0.91% | - |
| XYZ | 39.32 | 24.86 | 18.65 | - |
| YUV | 132.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 114 | 0 | 0.63 | 0.51 | 0.09 | 348.41 | 0.75 | 0.62 |
| Hex | E7 | 56 | 72 | 0 | 3F | 33 | 9 | 15C | 4B | 3E |
| Octal | 347 | 126 | 162 | 0 | 77 | 63 | 11 | 534 | 113 | 76 |
| Binary | 11100111 | 1010110 | 1110010 | 0 | 111111 | 110011 | 1001 | 101011100 | 1001011 | 111110 |
Color Harmonies of #E75672
Complementary color
Monochromatic Colors of #E75672
Black with #E75672
Text Example
Text Example
White with #E75672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75672; }
p { color: rgb(231,86,114); }
H1.HeaderClassName
{
color: #E75672;
}
.AnyTagClassName
{
color: #E75672;
}
</style>
background-color css
<style>
a { background-color: #E75672; }
a { background-color: rgb(231,86,114); }
div.DivClassName
{
background-color: #E75672;
}
.BgClassName
{
background-color: #E75672;
}
</style>
border-color css
<style>
span { border-color: #E75672; }
span { border-color: rgb(231,86,114); }
td.TdClassName
{
border-color: #E75672;
}
.TagClassName
{
border-color: #E75672;
}
</style>