Shades of Plum #E19AE5
Tints of Plum #E19AE5
RGB
CMYK
RGB Variations
Color information
#E19AE5 (or 0xE19AE5) is known color: Plum. HEX triplet: E1, 9A and E5. RGB value is (225,154,229). Sum of RGB (Red+Green+Blue) = 225+154+229=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 154 (60.55% from 255 or 25.33% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #E19AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E19AE5 is #1E651A. Grayscale: #B7B7B7. Windows color (decimal): -1991963 or 15047393. OLE color: 15047393.
HSL color Cylindrical-coordinate representation of color #E19AE5: hue angle of 296.8º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19AE5 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 154 | 229 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.10 |
| HSL | 296.8º | 0.59% | 0.75% | - |
| HSV(B) | 296.8º | 0.33% | 0.9% | - |
| XYZ | 56.75 | 44.78 | 79.78 | - |
| YUV | 183.78 | 153.52 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 229 | 0.02 | 0.33 | 0 | 0.10 | 296.8 | 0.59 | 0.75 |
| Hex | E1 | 9A | E5 | 2 | 21 | 0 | A | 129 | 3B | 4B |
| Octal | 341 | 232 | 345 | 2 | 41 | 0 | 12 | 451 | 73 | 113 |
| Binary | 11100001 | 10011010 | 11100101 | 10 | 100001 | 0 | 1010 | 100101001 | 111011 | 1001011 |
Color Harmonies of #E19AE5
Complementary color
Monochromatic Colors of #E19AE5
Black with #E19AE5
Text Example
Text Example
White with #E19AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AE5; }
p { color: rgb(225,154,229); }
H1.HeaderClassName
{
color: #E19AE5;
}
.AnyTagClassName
{
color: #E19AE5;
}
</style>
background-color css
<style>
a { background-color: #E19AE5; }
a { background-color: rgb(225,154,229); }
div.DivClassName
{
background-color: #E19AE5;
}
.BgClassName
{
background-color: #E19AE5;
}
</style>
border-color css
<style>
span { border-color: #E19AE5; }
span { border-color: rgb(225,154,229); }
td.TdClassName
{
border-color: #E19AE5;
}
.TagClassName
{
border-color: #E19AE5;
}
</style>