Shades of Plum #E190D8
Tints of Plum #E190D8
RGB
CMYK
RGB Variations
Color information
#E190D8 (or 0xE190D8) is known color: Plum. HEX triplet: E1, 90 and D8. RGB value is (225,144,216). Sum of RGB (Red+Green+Blue) = 225+144+216=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E190D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190D8 is #1E6F27. Grayscale: #B0B0B0. Windows color (decimal): -1994536 or 14192865. OLE color: 14192865.
HSL color Cylindrical-coordinate representation of color #E190D8: hue angle of 306.67º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190D8 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 216 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.12 |
| HSL | 306.67º | 0.57% | 0.72% | - |
| HSV(B) | 306.67º | 0.36% | 0.88% | - |
| XYZ | 53.42 | 40.91 | 70.05 | - |
| YUV | 176.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 216 | 0 | 0.36 | 0.04 | 0.12 | 306.67 | 0.57 | 0.72 |
| Hex | E1 | 90 | D8 | 0 | 24 | 4 | C | 133 | 39 | 48 |
| Octal | 341 | 220 | 330 | 0 | 44 | 4 | 14 | 463 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11011000 | 0 | 100100 | 100 | 1100 | 100110011 | 111001 | 1001000 |
Color Harmonies of #E190D8
Complementary color
Monochromatic Colors of #E190D8
Black with #E190D8
Text Example
Text Example
White with #E190D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190D8; }
p { color: rgb(225,144,216); }
H1.HeaderClassName
{
color: #E190D8;
}
.AnyTagClassName
{
color: #E190D8;
}
</style>
background-color css
<style>
a { background-color: #E190D8; }
a { background-color: rgb(225,144,216); }
div.DivClassName
{
background-color: #E190D8;
}
.BgClassName
{
background-color: #E190D8;
}
</style>
border-color css
<style>
span { border-color: #E190D8; }
span { border-color: rgb(225,144,216); }
td.TdClassName
{
border-color: #E190D8;
}
.TagClassName
{
border-color: #E190D8;
}
</style>