Shades of Plum #E190D0
Tints of Plum #E190D0
RGB
CMYK
RGB Variations
Color information
#E190D0 (or 0xE190D0) is known color: Plum. HEX triplet: E1, 90 and D0. RGB value is (225,144,208). Sum of RGB (Red+Green+Blue) = 225+144+208=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E190D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190D0 is #1E6F2F. Grayscale: #AFAFAF. Windows color (decimal): -1994544 or 13668577. OLE color: 13668577.
HSL color Cylindrical-coordinate representation of color #E190D0: hue angle of 312.59º 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 #E190D0 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 208 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.12 |
| HSL | 312.59º | 0.57% | 0.72% | - |
| HSV(B) | 312.59º | 0.36% | 0.88% | - |
| XYZ | 52.41 | 40.51 | 64.73 | - |
| YUV | 175.52 | 146.34 | 163.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 208 | 0 | 0.36 | 0.08 | 0.12 | 312.59 | 0.57 | 0.72 |
| Hex | E1 | 90 | D0 | 0 | 24 | 8 | C | 139 | 39 | 48 |
| Octal | 341 | 220 | 320 | 0 | 44 | 10 | 14 | 471 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11010000 | 0 | 100100 | 1000 | 1100 | 100111001 | 111001 | 1001000 |
Color Harmonies of #E190D0
Complementary color
Monochromatic Colors of #E190D0
Black with #E190D0
Text Example
Text Example
White with #E190D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190D0; }
p { color: rgb(225,144,208); }
H1.HeaderClassName
{
color: #E190D0;
}
.AnyTagClassName
{
color: #E190D0;
}
</style>
background-color css
<style>
a { background-color: #E190D0; }
a { background-color: rgb(225,144,208); }
div.DivClassName
{
background-color: #E190D0;
}
.BgClassName
{
background-color: #E190D0;
}
</style>
border-color css
<style>
span { border-color: #E190D0; }
span { border-color: rgb(225,144,208); }
td.TdClassName
{
border-color: #E190D0;
}
.TagClassName
{
border-color: #E190D0;
}
</style>