Shades of Plum #E092DD
Tints of Plum #E092DD
RGB
CMYK
RGB Variations
Color information
#E092DD (or 0xE092DD) is known color: Plum. HEX triplet: E0, 92 and DD. RGB value is (224,146,221). Sum of RGB (Red+Green+Blue) = 224+146+221=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E092DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092DD is #1F6D22. Grayscale: #B1B1B1. Windows color (decimal): -2059555 or 14521056. OLE color: 14521056.
HSL color Cylindrical-coordinate representation of color #E092DD: hue angle of 302.31º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E092DD is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 221 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.12 |
| HSL | 302.31º | 0.56% | 0.73% | - |
| HSV(B) | 302.31º | 0.35% | 0.88% | - |
| XYZ | 54.07 | 41.63 | 73.59 | - |
| YUV | 177.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 221 | 0 | 0.35 | 0.01 | 0.12 | 302.31 | 0.56 | 0.73 |
| Hex | E0 | 92 | DD | 0 | 23 | 1 | C | 12E | 38 | 49 |
| Octal | 340 | 222 | 335 | 0 | 43 | 1 | 14 | 456 | 70 | 111 |
| Binary | 11100000 | 10010010 | 11011101 | 0 | 100011 | 1 | 1100 | 100101110 | 111000 | 1001001 |
Color Harmonies of #E092DD
Complementary color
Monochromatic Colors of #E092DD
Black with #E092DD
Text Example
Text Example
White with #E092DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092DD; }
p { color: rgb(224,146,221); }
H1.HeaderClassName
{
color: #E092DD;
}
.AnyTagClassName
{
color: #E092DD;
}
</style>
background-color css
<style>
a { background-color: #E092DD; }
a { background-color: rgb(224,146,221); }
div.DivClassName
{
background-color: #E092DD;
}
.BgClassName
{
background-color: #E092DD;
}
</style>
border-color css
<style>
span { border-color: #E092DD; }
span { border-color: rgb(224,146,221); }
td.TdClassName
{
border-color: #E092DD;
}
.TagClassName
{
border-color: #E092DD;
}
</style>