Shades of Plum #E09ADE
Tints of Plum #E09ADE
RGB
CMYK
RGB Variations
Color information
#E09ADE (or 0xE09ADE) is known color: Plum. HEX triplet: E0, 9A and DE. RGB value is (224,154,222). Sum of RGB (Red+Green+Blue) = 224+154+222=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ADE is #1F6521. Grayscale: #B6B6B6. Windows color (decimal): -2057506 or 14588640. OLE color: 14588640.
HSL color Cylindrical-coordinate representation of color #E09ADE: hue angle of 301.71º 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 #E09ADE is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 222 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.12 |
| HSL | 301.71º | 0.53% | 0.74% | - |
| HSV(B) | 301.71º | 0.31% | 0.88% | - |
| XYZ | 55.48 | 44.23 | 74.72 | - |
| YUV | 182.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 222 | 0 | 0.31 | 0.01 | 0.12 | 301.71 | 0.53 | 0.74 |
| Hex | E0 | 9A | DE | 0 | 1F | 1 | C | 12E | 35 | 4A |
| Octal | 340 | 232 | 336 | 0 | 37 | 1 | 14 | 456 | 65 | 112 |
| Binary | 11100000 | 10011010 | 11011110 | 0 | 11111 | 1 | 1100 | 100101110 | 110101 | 1001010 |
Color Harmonies of #E09ADE
Complementary color
Monochromatic Colors of #E09ADE
Black with #E09ADE
Text Example
Text Example
White with #E09ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ADE; }
p { color: rgb(224,154,222); }
H1.HeaderClassName
{
color: #E09ADE;
}
.AnyTagClassName
{
color: #E09ADE;
}
</style>
background-color css
<style>
a { background-color: #E09ADE; }
a { background-color: rgb(224,154,222); }
div.DivClassName
{
background-color: #E09ADE;
}
.BgClassName
{
background-color: #E09ADE;
}
</style>
border-color css
<style>
span { border-color: #E09ADE; }
span { border-color: rgb(224,154,222); }
td.TdClassName
{
border-color: #E09ADE;
}
.TagClassName
{
border-color: #E09ADE;
}
</style>