Shades of Plum #E092DA
Tints of Plum #E092DA
RGB
CMYK
RGB Variations
Color information
#E092DA (or 0xE092DA) is known color: Plum. HEX triplet: E0, 92 and DA. RGB value is (224,146,218). Sum of RGB (Red+Green+Blue) = 224+146+218=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E092DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E092DA is #1F6D25. Grayscale: #B1B1B1. Windows color (decimal): -2059558 or 14324448. OLE color: 14324448.
HSL color Cylindrical-coordinate representation of color #E092DA: hue angle of 304.62º 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 #E092DA is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 218 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.12 |
| HSL | 304.62º | 0.56% | 0.73% | - |
| HSV(B) | 304.62º | 0.35% | 0.88% | - |
| XYZ | 53.67 | 41.47 | 71.5 | - |
| YUV | 177.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 218 | 0 | 0.35 | 0.03 | 0.12 | 304.62 | 0.56 | 0.73 |
| Hex | E0 | 92 | DA | 0 | 23 | 3 | C | 131 | 38 | 49 |
| Octal | 340 | 222 | 332 | 0 | 43 | 3 | 14 | 461 | 70 | 111 |
| Binary | 11100000 | 10010010 | 11011010 | 0 | 100011 | 11 | 1100 | 100110001 | 111000 | 1001001 |
Color Harmonies of #E092DA
Complementary color
Monochromatic Colors of #E092DA
Black with #E092DA
Text Example
Text Example
White with #E092DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E092DA; }
p { color: rgb(224,146,218); }
H1.HeaderClassName
{
color: #E092DA;
}
.AnyTagClassName
{
color: #E092DA;
}
</style>
background-color css
<style>
a { background-color: #E092DA; }
a { background-color: rgb(224,146,218); }
div.DivClassName
{
background-color: #E092DA;
}
.BgClassName
{
background-color: #E092DA;
}
</style>
border-color css
<style>
span { border-color: #E092DA; }
span { border-color: rgb(224,146,218); }
td.TdClassName
{
border-color: #E092DA;
}
.TagClassName
{
border-color: #E092DA;
}
</style>