Shades of Plum #E19EEB
Tints of Plum #E19EEB
RGB
CMYK
RGB Variations
Color information
#E19EEB (or 0xE19EEB) is known color: Plum. HEX triplet: E1, 9E and EB. RGB value is (225,158,235). Sum of RGB (Red+Green+Blue) = 225+158+235=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #E19EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19EEB is #1E6114. Grayscale: #BABABA. Windows color (decimal): -1990933 or 15441633. OLE color: 15441633.
HSL color Cylindrical-coordinate representation of color #E19EEB: hue angle of 292.21º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19EEB is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 158 | 235 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.08 |
| HSL | 292.21º | 0.66% | 0.77% | - |
| HSV(B) | 292.21º | 0.33% | 0.92% | - |
| XYZ | 58.27 | 46.46 | 84.49 | - |
| YUV | 186.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 158 | 235 | 0.04 | 0.33 | 0 | 0.08 | 292.21 | 0.66 | 0.77 |
| Hex | E1 | 9E | EB | 4 | 21 | 0 | 8 | 124 | 42 | 4D |
| Octal | 341 | 236 | 353 | 4 | 41 | 0 | 10 | 444 | 102 | 115 |
| Binary | 11100001 | 10011110 | 11101011 | 100 | 100001 | 0 | 1000 | 100100100 | 1000010 | 1001101 |
Color Harmonies of #E19EEB
Complementary color
Monochromatic Colors of #E19EEB
Black with #E19EEB
Text Example
Text Example
White with #E19EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19EEB; }
p { color: rgb(225,158,235); }
H1.HeaderClassName
{
color: #E19EEB;
}
.AnyTagClassName
{
color: #E19EEB;
}
</style>
background-color css
<style>
a { background-color: #E19EEB; }
a { background-color: rgb(225,158,235); }
div.DivClassName
{
background-color: #E19EEB;
}
.BgClassName
{
background-color: #E19EEB;
}
</style>
border-color css
<style>
span { border-color: #E19EEB; }
span { border-color: rgb(225,158,235); }
td.TdClassName
{
border-color: #E19EEB;
}
.TagClassName
{
border-color: #E19EEB;
}
</style>