Shades of Dark Pink #E75185
Tints of Dark Pink #E75185
RGB
CMYK
RGB Variations
Color information
#E75185 (or 0xE75185) is known color: Dark Pink. HEX triplet: E7, 51 and 85. RGB value is (231,81,133). Sum of RGB (Red+Green+Blue) = 231+81+133=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E75185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75185 is #18AE7A. Grayscale: #838383. Windows color (decimal): -1617531 or 8737255. OLE color: 8737255.
HSL color Cylindrical-coordinate representation of color #E75185: hue angle of 339.2º 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 #E75185 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 133 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.09 |
| HSL | 339.2º | 0.76% | 0.61% | - |
| HSV(B) | 339.2º | 0.65% | 0.91% | - |
| XYZ | 40.13 | 24.57 | 24.82 | - |
| YUV | 131.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 133 | 0 | 0.65 | 0.42 | 0.09 | 339.2 | 0.76 | 0.61 |
| Hex | E7 | 51 | 85 | 0 | 41 | 2A | 9 | 153 | 4C | 3D |
| Octal | 347 | 121 | 205 | 0 | 101 | 52 | 11 | 523 | 114 | 75 |
| Binary | 11100111 | 1010001 | 10000101 | 0 | 1000001 | 101010 | 1001 | 101010011 | 1001100 | 111101 |
Color Harmonies of #E75185
Complementary color
Monochromatic Colors of #E75185
Black with #E75185
Text Example
Text Example
White with #E75185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75185; }
p { color: rgb(231,81,133); }
H1.HeaderClassName
{
color: #E75185;
}
.AnyTagClassName
{
color: #E75185;
}
</style>
background-color css
<style>
a { background-color: #E75185; }
a { background-color: rgb(231,81,133); }
div.DivClassName
{
background-color: #E75185;
}
.BgClassName
{
background-color: #E75185;
}
</style>
border-color css
<style>
span { border-color: #E75185; }
span { border-color: rgb(231,81,133); }
td.TdClassName
{
border-color: #E75185;
}
.TagClassName
{
border-color: #E75185;
}
</style>