Shades of Plum #E097D8
Tints of Plum #E097D8
RGB
CMYK
RGB Variations
Color information
#E097D8 (or 0xE097D8) is known color: Plum. HEX triplet: E0, 97 and D8. RGB value is (224,151,216). Sum of RGB (Red+Green+Blue) = 224+151+216=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E097D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097D8 is #1F6827. Grayscale: #B4B4B4. Windows color (decimal): -2058280 or 14194656. OLE color: 14194656.
HSL color Cylindrical-coordinate representation of color #E097D8: hue angle of 306.58º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E097D8 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 216 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.12 |
| HSL | 306.58º | 0.54% | 0.74% | - |
| HSV(B) | 306.58º | 0.33% | 0.88% | - |
| XYZ | 54.2 | 42.94 | 70.4 | - |
| YUV | 180.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 216 | 0 | 0.33 | 0.04 | 0.12 | 306.58 | 0.54 | 0.74 |
| Hex | E0 | 97 | D8 | 0 | 21 | 4 | C | 133 | 36 | 4A |
| Octal | 340 | 227 | 330 | 0 | 41 | 4 | 14 | 463 | 66 | 112 |
| Binary | 11100000 | 10010111 | 11011000 | 0 | 100001 | 100 | 1100 | 100110011 | 110110 | 1001010 |
Color Harmonies of #E097D8
Complementary color
Monochromatic Colors of #E097D8
Black with #E097D8
Text Example
Text Example
White with #E097D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097D8; }
p { color: rgb(224,151,216); }
H1.HeaderClassName
{
color: #E097D8;
}
.AnyTagClassName
{
color: #E097D8;
}
</style>
background-color css
<style>
a { background-color: #E097D8; }
a { background-color: rgb(224,151,216); }
div.DivClassName
{
background-color: #E097D8;
}
.BgClassName
{
background-color: #E097D8;
}
</style>
border-color css
<style>
span { border-color: #E097D8; }
span { border-color: rgb(224,151,216); }
td.TdClassName
{
border-color: #E097D8;
}
.TagClassName
{
border-color: #E097D8;
}
</style>