Shades of Mountbatten Pink #8E7388
Tints of Mountbatten Pink #8E7388
RGB
CMYK
RGB Variations
Color information
#8E7388 (or 0x8E7388) is known color: Mountbatten Pink. HEX triplet: 8E, 73 and 88. RGB value is (142,115,136). Sum of RGB (Red+Green+Blue) = 142+115+136=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7388 is #718C77. Grayscale: #7D7D7D. Windows color (decimal): -7441528 or 8942478. OLE color: 8942478.
HSL color Cylindrical-coordinate representation of color #8E7388: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E7388 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 115 | 136 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.44 |
| HSL | 313.33º | 0.11% | 0.5% | - |
| HSV(B) | 313.33º | 0.19% | 0.56% | - |
| XYZ | 21.73 | 19.79 | 25.97 | - |
| YUV | 125.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 136 | 0 | 0.19 | 0.04 | 0.44 | 313.33 | 0.11 | 0.5 |
| Hex | 8E | 73 | 88 | 0 | 13 | 4 | 2C | 139 | B | 32 |
| Octal | 216 | 163 | 210 | 0 | 23 | 4 | 54 | 471 | 13 | 62 |
| Binary | 10001110 | 1110011 | 10001000 | 0 | 10011 | 100 | 101100 | 100111001 | 1011 | 110010 |
Color Harmonies of #8E7388
Complementary color
Monochromatic Colors of #8E7388
Black with #8E7388
Text Example
Text Example
White with #8E7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7388; }
p { color: rgb(142,115,136); }
H1.HeaderClassName
{
color: #8E7388;
}
.AnyTagClassName
{
color: #8E7388;
}
</style>
background-color css
<style>
a { background-color: #8E7388; }
a { background-color: rgb(142,115,136); }
div.DivClassName
{
background-color: #8E7388;
}
.BgClassName
{
background-color: #8E7388;
}
</style>
border-color css
<style>
span { border-color: #8E7388; }
span { border-color: rgb(142,115,136); }
td.TdClassName
{
border-color: #8E7388;
}
.TagClassName
{
border-color: #8E7388;
}
</style>