Shades of Mountbatten Pink #9E7288
Tints of Mountbatten Pink #9E7288
RGB
CMYK
RGB Variations
Color information
#9E7288 (or 0x9E7288) is known color: Mountbatten Pink. HEX triplet: 9E, 72 and 88. RGB value is (158,114,136). Sum of RGB (Red+Green+Blue) = 158+114+136=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7288 is #618D77. Grayscale: #818181. Windows color (decimal): -6393208 or 8942238. OLE color: 8942238.
HSL color Cylindrical-coordinate representation of color #9E7288: hue angle of 330º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E7288 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 114 | 136 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.38 |
| HSL | 330º | 0.18% | 0.53% | - |
| HSV(B) | 330º | 0.28% | 0.62% | - |
| XYZ | 24.56 | 21.08 | 26.07 | - |
| YUV | 129.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 114 | 136 | 0 | 0.28 | 0.14 | 0.38 | 330 | 0.18 | 0.53 |
| Hex | 9E | 72 | 88 | 0 | 1C | E | 26 | 14A | 12 | 35 |
| Octal | 236 | 162 | 210 | 0 | 34 | 16 | 46 | 512 | 22 | 65 |
| Binary | 10011110 | 1110010 | 10001000 | 0 | 11100 | 1110 | 100110 | 101001010 | 10010 | 110101 |
Color Harmonies of #9E7288
Complementary color
Monochromatic Colors of #9E7288
Black with #9E7288
Text Example
Text Example
White with #9E7288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7288; }
p { color: rgb(158,114,136); }
H1.HeaderClassName
{
color: #9E7288;
}
.AnyTagClassName
{
color: #9E7288;
}
</style>
background-color css
<style>
a { background-color: #9E7288; }
a { background-color: rgb(158,114,136); }
div.DivClassName
{
background-color: #9E7288;
}
.BgClassName
{
background-color: #9E7288;
}
</style>
border-color css
<style>
span { border-color: #9E7288; }
span { border-color: rgb(158,114,136); }
td.TdClassName
{
border-color: #9E7288;
}
.TagClassName
{
border-color: #9E7288;
}
</style>