Shades of Dark Pink #E75885
Tints of Dark Pink #E75885
RGB
CMYK
RGB Variations
Color information
#E75885 (or 0xE75885) is known color: Dark Pink. HEX triplet: E7, 58 and 85. RGB value is (231,88,133). Sum of RGB (Red+Green+Blue) = 231+88+133=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E75885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75885 is #18A77A. Grayscale: #878787. Windows color (decimal): -1615739 or 8739047. OLE color: 8739047.
HSL color Cylindrical-coordinate representation of color #E75885: hue angle of 341.12º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E75885 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 88 | 133 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.09 |
| HSL | 341.12º | 0.75% | 0.63% | - |
| HSV(B) | 341.12º | 0.62% | 0.91% | - |
| XYZ | 40.68 | 25.66 | 25 | - |
| YUV | 135.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 88 | 133 | 0 | 0.62 | 0.42 | 0.09 | 341.12 | 0.75 | 0.63 |
| Hex | E7 | 58 | 85 | 0 | 3E | 2A | 9 | 155 | 4B | 3F |
| Octal | 347 | 130 | 205 | 0 | 76 | 52 | 11 | 525 | 113 | 77 |
| Binary | 11100111 | 1011000 | 10000101 | 0 | 111110 | 101010 | 1001 | 101010101 | 1001011 | 111111 |
Color Harmonies of #E75885
Complementary color
Monochromatic Colors of #E75885
Black with #E75885
Text Example
Text Example
White with #E75885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75885; }
p { color: rgb(231,88,133); }
H1.HeaderClassName
{
color: #E75885;
}
.AnyTagClassName
{
color: #E75885;
}
</style>
background-color css
<style>
a { background-color: #E75885; }
a { background-color: rgb(231,88,133); }
div.DivClassName
{
background-color: #E75885;
}
.BgClassName
{
background-color: #E75885;
}
</style>
border-color css
<style>
span { border-color: #E75885; }
span { border-color: rgb(231,88,133); }
td.TdClassName
{
border-color: #E75885;
}
.TagClassName
{
border-color: #E75885;
}
</style>