Shades of Plum #E09AD0
Tints of Plum #E09AD0
RGB
CMYK
RGB Variations
Color information
#E09AD0 (or 0xE09AD0) is known color: Plum. HEX triplet: E0, 9A and D0. RGB value is (224,154,208). Sum of RGB (Red+Green+Blue) = 224+154+208=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AD0 is #1F652F. Grayscale: #B4B4B4. Windows color (decimal): -2057520 or 13671136. OLE color: 13671136.
HSL color Cylindrical-coordinate representation of color #E09AD0: hue angle of 313.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 #E09AD0 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 208 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.12 |
| HSL | 313.71º | 0.53% | 0.74% | - |
| HSV(B) | 313.71º | 0.31% | 0.88% | - |
| XYZ | 53.68 | 43.51 | 65.24 | - |
| YUV | 181.09 | 143.19 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 208 | 0 | 0.31 | 0.07 | 0.12 | 313.71 | 0.53 | 0.74 |
| Hex | E0 | 9A | D0 | 0 | 1F | 7 | C | 13A | 35 | 4A |
| Octal | 340 | 232 | 320 | 0 | 37 | 7 | 14 | 472 | 65 | 112 |
| Binary | 11100000 | 10011010 | 11010000 | 0 | 11111 | 111 | 1100 | 100111010 | 110101 | 1001010 |
Color Harmonies of #E09AD0
Complementary color
Monochromatic Colors of #E09AD0
Black with #E09AD0
Text Example
Text Example
White with #E09AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09AD0; }
p { color: rgb(224,154,208); }
H1.HeaderClassName
{
color: #E09AD0;
}
.AnyTagClassName
{
color: #E09AD0;
}
</style>
background-color css
<style>
a { background-color: #E09AD0; }
a { background-color: rgb(224,154,208); }
div.DivClassName
{
background-color: #E09AD0;
}
.BgClassName
{
background-color: #E09AD0;
}
</style>
border-color css
<style>
span { border-color: #E09AD0; }
span { border-color: rgb(224,154,208); }
td.TdClassName
{
border-color: #E09AD0;
}
.TagClassName
{
border-color: #E09AD0;
}
</style>