Shades of Plum #E190D4
Tints of Plum #E190D4
RGB
CMYK
RGB Variations
Color information
#E190D4 (or 0xE190D4) is known color: Plum. HEX triplet: E1, 90 and D4. RGB value is (225,144,212). Sum of RGB (Red+Green+Blue) = 225+144+212=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E190D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E190D4 is #1E6F2B. Grayscale: #AFAFAF. Windows color (decimal): -1994540 or 13930721. OLE color: 13930721.
HSL color Cylindrical-coordinate representation of color #E190D4: hue angle of 309.63º 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 #E190D4 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 212 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.12 |
| HSL | 309.63º | 0.57% | 0.72% | - |
| HSV(B) | 309.63º | 0.36% | 0.88% | - |
| XYZ | 52.91 | 40.71 | 67.36 | - |
| YUV | 175.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 212 | 0 | 0.36 | 0.06 | 0.12 | 309.63 | 0.57 | 0.72 |
| Hex | E1 | 90 | D4 | 0 | 24 | 6 | C | 136 | 39 | 48 |
| Octal | 341 | 220 | 324 | 0 | 44 | 6 | 14 | 466 | 71 | 110 |
| Binary | 11100001 | 10010000 | 11010100 | 0 | 100100 | 110 | 1100 | 100110110 | 111001 | 1001000 |
Color Harmonies of #E190D4
Complementary color
Monochromatic Colors of #E190D4
Black with #E190D4
Text Example
Text Example
White with #E190D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190D4; }
p { color: rgb(225,144,212); }
H1.HeaderClassName
{
color: #E190D4;
}
.AnyTagClassName
{
color: #E190D4;
}
</style>
background-color css
<style>
a { background-color: #E190D4; }
a { background-color: rgb(225,144,212); }
div.DivClassName
{
background-color: #E190D4;
}
.BgClassName
{
background-color: #E190D4;
}
</style>
border-color css
<style>
span { border-color: #E190D4; }
span { border-color: rgb(225,144,212); }
td.TdClassName
{
border-color: #E190D4;
}
.TagClassName
{
border-color: #E190D4;
}
</style>