Shades of Dark Pink #E75388
Tints of Dark Pink #E75388
RGB
CMYK
RGB Variations
Color information
#E75388 (or 0xE75388) is known color: Dark Pink. HEX triplet: E7, 53 and 88. RGB value is (231,83,136). Sum of RGB (Red+Green+Blue) = 231+83+136=450 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.33% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 231 - color contains mainly: red. Hex color #E75388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75388 is #18AC77. Grayscale: #858585. Windows color (decimal): -1617016 or 8934375. OLE color: 8934375.
HSL color Cylindrical-coordinate representation of color #E75388: hue angle of 338.51º degrees, saturation: 0.76, 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 #E75388 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 136 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.09 |
| HSL | 338.51º | 0.76% | 0.62% | - |
| HSV(B) | 338.51º | 0.64% | 0.91% | - |
| XYZ | 40.49 | 24.95 | 25.97 | - |
| YUV | 133.29 | 129.53 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 136 | 0 | 0.64 | 0.41 | 0.09 | 338.51 | 0.76 | 0.62 |
| Hex | E7 | 53 | 88 | 0 | 40 | 29 | 9 | 153 | 4C | 3E |
| Octal | 347 | 123 | 210 | 0 | 100 | 51 | 11 | 523 | 114 | 76 |
| Binary | 11100111 | 1010011 | 10001000 | 0 | 1000000 | 101001 | 1001 | 101010011 | 1001100 | 111110 |
Color Harmonies of #E75388
Complementary color
Monochromatic Colors of #E75388
Black with #E75388
Text Example
Text Example
White with #E75388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75388; }
p { color: rgb(231,83,136); }
H1.HeaderClassName
{
color: #E75388;
}
.AnyTagClassName
{
color: #E75388;
}
</style>
background-color css
<style>
a { background-color: #E75388; }
a { background-color: rgb(231,83,136); }
div.DivClassName
{
background-color: #E75388;
}
.BgClassName
{
background-color: #E75388;
}
</style>
border-color css
<style>
span { border-color: #E75388; }
span { border-color: rgb(231,83,136); }
td.TdClassName
{
border-color: #E75388;
}
.TagClassName
{
border-color: #E75388;
}
</style>