Shades of Plum #E19FD2
Tints of Plum #E19FD2
RGB
CMYK
RGB Variations
Color information
#E19FD2 (or 0xE19FD2) is known color: Plum. HEX triplet: E1, 9F and D2. RGB value is (225,159,210). Sum of RGB (Red+Green+Blue) = 225+159+210=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E19FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19FD2 is #1E602D. Grayscale: #B8B8B8. Windows color (decimal): -1990702 or 13803489. OLE color: 13803489.
HSL color Cylindrical-coordinate representation of color #E19FD2: hue angle of 313.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E19FD2 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 159 | 210 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.12 |
| HSL | 313.64º | 0.52% | 0.75% | - |
| HSV(B) | 313.64º | 0.29% | 0.88% | - |
| XYZ | 55.08 | 45.46 | 66.84 | - |
| YUV | 184.55 | 142.37 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 159 | 210 | 0 | 0.29 | 0.07 | 0.12 | 313.64 | 0.52 | 0.75 |
| Hex | E1 | 9F | D2 | 0 | 1D | 7 | C | 13A | 34 | 4B |
| Octal | 341 | 237 | 322 | 0 | 35 | 7 | 14 | 472 | 64 | 113 |
| Binary | 11100001 | 10011111 | 11010010 | 0 | 11101 | 111 | 1100 | 100111010 | 110100 | 1001011 |
Color Harmonies of #E19FD2
Complementary color
Monochromatic Colors of #E19FD2
Black with #E19FD2
Text Example
Text Example
White with #E19FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19FD2; }
p { color: rgb(225,159,210); }
H1.HeaderClassName
{
color: #E19FD2;
}
.AnyTagClassName
{
color: #E19FD2;
}
</style>
background-color css
<style>
a { background-color: #E19FD2; }
a { background-color: rgb(225,159,210); }
div.DivClassName
{
background-color: #E19FD2;
}
.BgClassName
{
background-color: #E19FD2;
}
</style>
border-color css
<style>
span { border-color: #E19FD2; }
span { border-color: rgb(225,159,210); }
td.TdClassName
{
border-color: #E19FD2;
}
.TagClassName
{
border-color: #E19FD2;
}
</style>