Shades of Plum #E190E8
Tints of Plum #E190E8
RGB
CMYK
RGB Variations
Color information
#E190E8 (or 0xE190E8) is known color: Plum. HEX triplet: E1, 90 and E8. RGB value is (225,144,232). Sum of RGB (Red+Green+Blue) = 225+144+232=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #E190E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E190E8 is #1E6F17. Grayscale: #B1B1B1. Windows color (decimal): -1994520 or 15241441. OLE color: 15241441.
HSL color Cylindrical-coordinate representation of color #E190E8: hue angle of 295.23º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E190E8 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 144 | 232 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.09 |
| HSL | 295.23º | 0.66% | 0.74% | - |
| HSV(B) | 295.23º | 0.38% | 0.91% | - |
| XYZ | 55.59 | 41.78 | 81.48 | - |
| YUV | 178.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 232 | 0.03 | 0.38 | 0 | 0.09 | 295.23 | 0.66 | 0.74 |
| Hex | E1 | 90 | E8 | 3 | 26 | 0 | 9 | 127 | 42 | 4A |
| Octal | 341 | 220 | 350 | 3 | 46 | 0 | 11 | 447 | 102 | 112 |
| Binary | 11100001 | 10010000 | 11101000 | 11 | 100110 | 0 | 1001 | 100100111 | 1000010 | 1001010 |
Color Harmonies of #E190E8
Complementary color
Monochromatic Colors of #E190E8
Black with #E190E8
Text Example
Text Example
White with #E190E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190E8; }
p { color: rgb(225,144,232); }
H1.HeaderClassName
{
color: #E190E8;
}
.AnyTagClassName
{
color: #E190E8;
}
</style>
background-color css
<style>
a { background-color: #E190E8; }
a { background-color: rgb(225,144,232); }
div.DivClassName
{
background-color: #E190E8;
}
.BgClassName
{
background-color: #E190E8;
}
</style>
border-color css
<style>
span { border-color: #E190E8; }
span { border-color: rgb(225,144,232); }
td.TdClassName
{
border-color: #E190E8;
}
.TagClassName
{
border-color: #E190E8;
}
</style>