Shades of Plum #E09AD8
Tints of Plum #E09AD8
RGB
CMYK
RGB Variations
Color information
#E09AD8 (or 0xE09AD8) is known color: Plum. HEX triplet: E0, 9A and D8. RGB value is (224,154,216). Sum of RGB (Red+Green+Blue) = 224+154+216=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AD8 is #1F6527. Grayscale: #B5B5B5. Windows color (decimal): -2057512 or 14195424. OLE color: 14195424.
HSL color Cylindrical-coordinate representation of color #E09AD8: hue angle of 306.86º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09AD8 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 216 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.12 |
| HSL | 306.86º | 0.53% | 0.74% | - |
| HSV(B) | 306.86º | 0.31% | 0.88% | - |
| XYZ | 54.69 | 43.92 | 70.56 | - |
| YUV | 182 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 216 | 0 | 0.31 | 0.04 | 0.12 | 306.86 | 0.53 | 0.74 |
| Hex | E0 | 9A | D8 | 0 | 1F | 4 | C | 133 | 35 | 4A |
| Octal | 340 | 232 | 330 | 0 | 37 | 4 | 14 | 463 | 65 | 112 |
| Binary | 11100000 | 10011010 | 11011000 | 0 | 11111 | 100 | 1100 | 100110011 | 110101 | 1001010 |
Color Harmonies of #E09AD8
Complementary color
Monochromatic Colors of #E09AD8
Black with #E09AD8
Text Example
Text Example
White with #E09AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AD8; }
p { color: rgb(224,154,216); }
H1.HeaderClassName
{
color: #E09AD8;
}
.AnyTagClassName
{
color: #E09AD8;
}
</style>
background-color css
<style>
a { background-color: #E09AD8; }
a { background-color: rgb(224,154,216); }
div.DivClassName
{
background-color: #E09AD8;
}
.BgClassName
{
background-color: #E09AD8;
}
</style>
border-color css
<style>
span { border-color: #E09AD8; }
span { border-color: rgb(224,154,216); }
td.TdClassName
{
border-color: #E09AD8;
}
.TagClassName
{
border-color: #E09AD8;
}
</style>