Shades of Plum #E08BDA
Tints of Plum #E08BDA
RGB
CMYK
RGB Variations
Color information
#E08BDA (or 0xE08BDA) is known color: Plum. HEX triplet: E0, 8B and DA. RGB value is (224,139,218). Sum of RGB (Red+Green+Blue) = 224+139+218=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BDA is #1F7425. Grayscale: #ADADAD. Windows color (decimal): -2061350 or 14322656. OLE color: 14322656.
HSL color Cylindrical-coordinate representation of color #E08BDA: hue angle of 304.24º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08BDA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 218 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.12 |
| HSL | 304.24º | 0.58% | 0.71% | - |
| HSV(B) | 304.24º | 0.38% | 0.88% | - |
| XYZ | 52.63 | 39.37 | 71.16 | - |
| YUV | 173.42 | 153.16 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 218 | 0 | 0.38 | 0.03 | 0.12 | 304.24 | 0.58 | 0.71 |
| Hex | E0 | 8B | DA | 0 | 26 | 3 | C | 130 | 3A | 47 |
| Octal | 340 | 213 | 332 | 0 | 46 | 3 | 14 | 460 | 72 | 107 |
| Binary | 11100000 | 10001011 | 11011010 | 0 | 100110 | 11 | 1100 | 100110000 | 111010 | 1000111 |
Color Harmonies of #E08BDA
Complementary color
Monochromatic Colors of #E08BDA
Black with #E08BDA
Text Example
Text Example
White with #E08BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08BDA; }
p { color: rgb(224,139,218); }
H1.HeaderClassName
{
color: #E08BDA;
}
.AnyTagClassName
{
color: #E08BDA;
}
</style>
background-color css
<style>
a { background-color: #E08BDA; }
a { background-color: rgb(224,139,218); }
div.DivClassName
{
background-color: #E08BDA;
}
.BgClassName
{
background-color: #E08BDA;
}
</style>
border-color css
<style>
span { border-color: #E08BDA; }
span { border-color: rgb(224,139,218); }
td.TdClassName
{
border-color: #E08BDA;
}
.TagClassName
{
border-color: #E08BDA;
}
</style>