Shades of Plum #E09AD6
Tints of Plum #E09AD6
RGB
CMYK
RGB Variations
Color information
#E09AD6 (or 0xE09AD6) is known color: Plum. HEX triplet: E0, 9A and D6. RGB value is (224,154,214). Sum of RGB (Red+Green+Blue) = 224+154+214=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AD6 is #1F6529. Grayscale: #B5B5B5. Windows color (decimal): -2057514 or 14064352. OLE color: 14064352.
HSL color Cylindrical-coordinate representation of color #E09AD6: hue angle of 308.57º 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 #E09AD6 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 214 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.12 |
| HSL | 308.57º | 0.53% | 0.74% | - |
| HSV(B) | 308.57º | 0.31% | 0.88% | - |
| XYZ | 54.43 | 43.81 | 69.21 | - |
| YUV | 181.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 214 | 0 | 0.31 | 0.04 | 0.12 | 308.57 | 0.53 | 0.74 |
| Hex | E0 | 9A | D6 | 0 | 1F | 4 | C | 135 | 35 | 4A |
| Octal | 340 | 232 | 326 | 0 | 37 | 4 | 14 | 465 | 65 | 112 |
| Binary | 11100000 | 10011010 | 11010110 | 0 | 11111 | 100 | 1100 | 100110101 | 110101 | 1001010 |
Color Harmonies of #E09AD6
Complementary color
Monochromatic Colors of #E09AD6
Black with #E09AD6
Text Example
Text Example
White with #E09AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AD6; }
p { color: rgb(224,154,214); }
H1.HeaderClassName
{
color: #E09AD6;
}
.AnyTagClassName
{
color: #E09AD6;
}
</style>
background-color css
<style>
a { background-color: #E09AD6; }
a { background-color: rgb(224,154,214); }
div.DivClassName
{
background-color: #E09AD6;
}
.BgClassName
{
background-color: #E09AD6;
}
</style>
border-color css
<style>
span { border-color: #E09AD6; }
span { border-color: rgb(224,154,214); }
td.TdClassName
{
border-color: #E09AD6;
}
.TagClassName
{
border-color: #E09AD6;
}
</style>