Shades of Plum #E08ADE
Tints of Plum #E08ADE
RGB
CMYK
RGB Variations
Color information
#E08ADE (or 0xE08ADE) is known color: Plum. HEX triplet: E0, 8A and DE. RGB value is (224,138,222). Sum of RGB (Red+Green+Blue) = 224+138+222=584 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.36% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ADE is #1F7521. Grayscale: #ADADAD. Windows color (decimal): -2061602 or 14584544. OLE color: 14584544.
HSL color Cylindrical-coordinate representation of color #E08ADE: hue angle of 301.4º 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 #E08ADE is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 222 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.12 |
| HSL | 301.4º | 0.58% | 0.71% | - |
| HSV(B) | 301.4º | 0.38% | 0.88% | - |
| XYZ | 53.01 | 39.3 | 73.9 | - |
| YUV | 173.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 222 | 0 | 0.38 | 0.01 | 0.12 | 301.4 | 0.58 | 0.71 |
| Hex | E0 | 8A | DE | 0 | 26 | 1 | C | 12D | 3A | 47 |
| Octal | 340 | 212 | 336 | 0 | 46 | 1 | 14 | 455 | 72 | 107 |
| Binary | 11100000 | 10001010 | 11011110 | 0 | 100110 | 1 | 1100 | 100101101 | 111010 | 1000111 |
Color Harmonies of #E08ADE
Complementary color
Monochromatic Colors of #E08ADE
Black with #E08ADE
Text Example
Text Example
White with #E08ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08ADE; }
p { color: rgb(224,138,222); }
H1.HeaderClassName
{
color: #E08ADE;
}
.AnyTagClassName
{
color: #E08ADE;
}
</style>
background-color css
<style>
a { background-color: #E08ADE; }
a { background-color: rgb(224,138,222); }
div.DivClassName
{
background-color: #E08ADE;
}
.BgClassName
{
background-color: #E08ADE;
}
</style>
border-color css
<style>
span { border-color: #E08ADE; }
span { border-color: rgb(224,138,222); }
td.TdClassName
{
border-color: #E08ADE;
}
.TagClassName
{
border-color: #E08ADE;
}
</style>