Shades of Dark Pink #E75175
Tints of Dark Pink #E75175
RGB
CMYK
RGB Variations
Color information
#E75175 (or 0xE75175) is known color: Dark Pink. HEX triplet: E7, 51 and 75. RGB value is (231,81,117). Sum of RGB (Red+Green+Blue) = 231+81+117=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E75175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75175 is #18AE8A. Grayscale: #818181. Windows color (decimal): -1617547 or 7688679. OLE color: 7688679.
HSL color Cylindrical-coordinate representation of color #E75175: hue angle of 345.6º 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 #E75175 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 117 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.09 |
| HSL | 345.6º | 0.76% | 0.61% | - |
| HSV(B) | 345.6º | 0.65% | 0.91% | - |
| XYZ | 39.11 | 24.16 | 19.43 | - |
| YUV | 129.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 117 | 0 | 0.65 | 0.49 | 0.09 | 345.6 | 0.76 | 0.61 |
| Hex | E7 | 51 | 75 | 0 | 41 | 31 | 9 | 15A | 4C | 3D |
| Octal | 347 | 121 | 165 | 0 | 101 | 61 | 11 | 532 | 114 | 75 |
| Binary | 11100111 | 1010001 | 1110101 | 0 | 1000001 | 110001 | 1001 | 101011010 | 1001100 | 111101 |
Color Harmonies of #E75175
Complementary color
Monochromatic Colors of #E75175
Black with #E75175
Text Example
Text Example
White with #E75175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75175; }
p { color: rgb(231,81,117); }
H1.HeaderClassName
{
color: #E75175;
}
.AnyTagClassName
{
color: #E75175;
}
</style>
background-color css
<style>
a { background-color: #E75175; }
a { background-color: rgb(231,81,117); }
div.DivClassName
{
background-color: #E75175;
}
.BgClassName
{
background-color: #E75175;
}
</style>
border-color css
<style>
span { border-color: #E75175; }
span { border-color: rgb(231,81,117); }
td.TdClassName
{
border-color: #E75175;
}
.TagClassName
{
border-color: #E75175;
}
</style>