Shades of Plum #E19AD2
Tints of Plum #E19AD2
RGB
CMYK
RGB Variations
Color information
#E19AD2 (or 0xE19AD2) is known color: Plum. HEX triplet: E1, 9A and D2. RGB value is (225,154,210). Sum of RGB (Red+Green+Blue) = 225+154+210=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19AD2 is #1E652D. Grayscale: #B5B5B5. Windows color (decimal): -1991982 or 13802209. OLE color: 13802209.
HSL color Cylindrical-coordinate representation of color #E19AD2: hue angle of 312.68º 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 #E19AD2 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 210 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.12 |
| HSL | 312.68º | 0.54% | 0.74% | - |
| HSV(B) | 312.68º | 0.32% | 0.88% | - |
| XYZ | 54.24 | 43.77 | 66.56 | - |
| YUV | 181.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 210 | 0 | 0.32 | 0.07 | 0.12 | 312.68 | 0.54 | 0.74 |
| Hex | E1 | 9A | D2 | 0 | 20 | 7 | C | 139 | 36 | 4A |
| Octal | 341 | 232 | 322 | 0 | 40 | 7 | 14 | 471 | 66 | 112 |
| Binary | 11100001 | 10011010 | 11010010 | 0 | 100000 | 111 | 1100 | 100111001 | 110110 | 1001010 |
Color Harmonies of #E19AD2
Complementary color
Monochromatic Colors of #E19AD2
Black with #E19AD2
Text Example
Text Example
White with #E19AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AD2; }
p { color: rgb(225,154,210); }
H1.HeaderClassName
{
color: #E19AD2;
}
.AnyTagClassName
{
color: #E19AD2;
}
</style>
background-color css
<style>
a { background-color: #E19AD2; }
a { background-color: rgb(225,154,210); }
div.DivClassName
{
background-color: #E19AD2;
}
.BgClassName
{
background-color: #E19AD2;
}
</style>
border-color css
<style>
span { border-color: #E19AD2; }
span { border-color: rgb(225,154,210); }
td.TdClassName
{
border-color: #E19AD2;
}
.TagClassName
{
border-color: #E19AD2;
}
</style>