Shades of Plum #E09ADB
Tints of Plum #E09ADB
RGB
CMYK
RGB Variations
Color information
#E09ADB (or 0xE09ADB) is known color: Plum. HEX triplet: E0, 9A and DB. RGB value is (224,154,219). Sum of RGB (Red+Green+Blue) = 224+154+219=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ADB is #1F6524. Grayscale: #B6B6B6. Windows color (decimal): -2057509 or 14392032. OLE color: 14392032.
HSL color Cylindrical-coordinate representation of color #E09ADB: hue angle of 304.29º 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 #E09ADB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 219 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.12 |
| HSL | 304.29º | 0.53% | 0.74% | - |
| HSV(B) | 304.29º | 0.31% | 0.88% | - |
| XYZ | 55.08 | 44.07 | 72.62 | - |
| YUV | 182.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 219 | 0 | 0.31 | 0.02 | 0.12 | 304.29 | 0.53 | 0.74 |
| Hex | E0 | 9A | DB | 0 | 1F | 2 | C | 130 | 35 | 4A |
| Octal | 340 | 232 | 333 | 0 | 37 | 2 | 14 | 460 | 65 | 112 |
| Binary | 11100000 | 10011010 | 11011011 | 0 | 11111 | 10 | 1100 | 100110000 | 110101 | 1001010 |
Color Harmonies of #E09ADB
Complementary color
Monochromatic Colors of #E09ADB
Black with #E09ADB
Text Example
Text Example
White with #E09ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09ADB; }
p { color: rgb(224,154,219); }
H1.HeaderClassName
{
color: #E09ADB;
}
.AnyTagClassName
{
color: #E09ADB;
}
</style>
background-color css
<style>
a { background-color: #E09ADB; }
a { background-color: rgb(224,154,219); }
div.DivClassName
{
background-color: #E09ADB;
}
.BgClassName
{
background-color: #E09ADB;
}
</style>
border-color css
<style>
span { border-color: #E09ADB; }
span { border-color: rgb(224,154,219); }
td.TdClassName
{
border-color: #E09ADB;
}
.TagClassName
{
border-color: #E09ADB;
}
</style>