Shades of Dark Pink #E75488
Tints of Dark Pink #E75488
RGB
CMYK
RGB Variations
Color information
#E75488 (or 0xE75488) is known color: Dark Pink. HEX triplet: E7, 54 and 88. RGB value is (231,84,136). Sum of RGB (Red+Green+Blue) = 231+84+136=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 84 (33.20% from 255 or 18.63% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E75488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75488 is #18AB77. Grayscale: #858585. Windows color (decimal): -1616760 or 8934631. OLE color: 8934631.
HSL color Cylindrical-coordinate representation of color #E75488: hue angle of 338.78º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75488 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 136 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.09 |
| HSL | 338.78º | 0.75% | 0.62% | - |
| HSV(B) | 338.78º | 0.64% | 0.91% | - |
| XYZ | 40.57 | 25.11 | 26 | - |
| YUV | 133.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 136 | 0 | 0.64 | 0.41 | 0.09 | 338.78 | 0.75 | 0.62 |
| Hex | E7 | 54 | 88 | 0 | 40 | 29 | 9 | 153 | 4B | 3E |
| Octal | 347 | 124 | 210 | 0 | 100 | 51 | 11 | 523 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10001000 | 0 | 1000000 | 101001 | 1001 | 101010011 | 1001011 | 111110 |
Color Harmonies of #E75488
Complementary color
Monochromatic Colors of #E75488
Black with #E75488
Text Example
Text Example
White with #E75488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75488; }
p { color: rgb(231,84,136); }
H1.HeaderClassName
{
color: #E75488;
}
.AnyTagClassName
{
color: #E75488;
}
</style>
background-color css
<style>
a { background-color: #E75488; }
a { background-color: rgb(231,84,136); }
div.DivClassName
{
background-color: #E75488;
}
.BgClassName
{
background-color: #E75488;
}
</style>
border-color css
<style>
span { border-color: #E75488; }
span { border-color: rgb(231,84,136); }
td.TdClassName
{
border-color: #E75488;
}
.TagClassName
{
border-color: #E75488;
}
</style>