Shades of Plum #E19ADC
Tints of Plum #E19ADC
RGB
CMYK
RGB Variations
Color information
#E19ADC (or 0xE19ADC) is known color: Plum. HEX triplet: E1, 9A and DC. RGB value is (225,154,220). Sum of RGB (Red+Green+Blue) = 225+154+220=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E19ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19ADC is #1E6523. Grayscale: #B6B6B6. Windows color (decimal): -1991972 or 14457569. OLE color: 14457569.
HSL color Cylindrical-coordinate representation of color #E19ADC: hue angle of 304.23º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19ADC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 220 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.12 |
| HSL | 304.23º | 0.54% | 0.74% | - |
| HSV(B) | 304.23º | 0.32% | 0.88% | - |
| XYZ | 55.53 | 44.29 | 73.33 | - |
| YUV | 182.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 220 | 0 | 0.32 | 0.02 | 0.12 | 304.23 | 0.54 | 0.74 |
| Hex | E1 | 9A | DC | 0 | 20 | 2 | C | 130 | 36 | 4A |
| Octal | 341 | 232 | 334 | 0 | 40 | 2 | 14 | 460 | 66 | 112 |
| Binary | 11100001 | 10011010 | 11011100 | 0 | 100000 | 10 | 1100 | 100110000 | 110110 | 1001010 |
Color Harmonies of #E19ADC
Complementary color
Monochromatic Colors of #E19ADC
Black with #E19ADC
Text Example
Text Example
White with #E19ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19ADC; }
p { color: rgb(225,154,220); }
H1.HeaderClassName
{
color: #E19ADC;
}
.AnyTagClassName
{
color: #E19ADC;
}
</style>
background-color css
<style>
a { background-color: #E19ADC; }
a { background-color: rgb(225,154,220); }
div.DivClassName
{
background-color: #E19ADC;
}
.BgClassName
{
background-color: #E19ADC;
}
</style>
border-color css
<style>
span { border-color: #E19ADC; }
span { border-color: rgb(225,154,220); }
td.TdClassName
{
border-color: #E19ADC;
}
.TagClassName
{
border-color: #E19ADC;
}
</style>