Shades of Dark Pink #E75188
Tints of Dark Pink #E75188
RGB
CMYK
RGB Variations
Color information
#E75188 (or 0xE75188) is known color: Dark Pink. HEX triplet: E7, 51 and 88. RGB value is (231,81,136). Sum of RGB (Red+Green+Blue) = 231+81+136=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E75188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75188 is #18AE77. Grayscale: #848484. Windows color (decimal): -1617528 or 8933863. OLE color: 8933863.
HSL color Cylindrical-coordinate representation of color #E75188: hue angle of 338º 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 #E75188 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 136 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.09 |
| HSL | 338º | 0.76% | 0.61% | - |
| HSV(B) | 338º | 0.65% | 0.91% | - |
| XYZ | 40.34 | 24.65 | 25.92 | - |
| YUV | 132.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 136 | 0 | 0.65 | 0.41 | 0.09 | 338 | 0.76 | 0.61 |
| Hex | E7 | 51 | 88 | 0 | 41 | 29 | 9 | 152 | 4C | 3D |
| Octal | 347 | 121 | 210 | 0 | 101 | 51 | 11 | 522 | 114 | 75 |
| Binary | 11100111 | 1010001 | 10001000 | 0 | 1000001 | 101001 | 1001 | 101010010 | 1001100 | 111101 |
Color Harmonies of #E75188
Complementary color
Monochromatic Colors of #E75188
Black with #E75188
Text Example
Text Example
White with #E75188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75188; }
p { color: rgb(231,81,136); }
H1.HeaderClassName
{
color: #E75188;
}
.AnyTagClassName
{
color: #E75188;
}
</style>
background-color css
<style>
a { background-color: #E75188; }
a { background-color: rgb(231,81,136); }
div.DivClassName
{
background-color: #E75188;
}
.BgClassName
{
background-color: #E75188;
}
</style>
border-color css
<style>
span { border-color: #E75188; }
span { border-color: rgb(231,81,136); }
td.TdClassName
{
border-color: #E75188;
}
.TagClassName
{
border-color: #E75188;
}
</style>