Shades of Plum #E095E1
Tints of Plum #E095E1
RGB
CMYK
RGB Variations
Color information
#E095E1 (or 0xE095E1) is known color: Plum. HEX triplet: E0, 95 and E1. RGB value is (224,149,225). Sum of RGB (Red+Green+Blue) = 224+149+225=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 225 (88.28% from 255 or 37.63% from 598); Max value from RGB is 225 - color contains mainly: blue. Hex color #E095E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E095E1 is #1F6A1E. Grayscale: #B3B3B3. Windows color (decimal): -2058783 or 14783968. OLE color: 14783968.
HSL color Cylindrical-coordinate representation of color #E095E1: hue angle of 299.21º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E095E1 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 225 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.12 |
| HSL | 299.21º | 0.56% | 0.73% | - |
| HSV(B) | 299.21º | 0.34% | 0.88% | - |
| XYZ | 55.08 | 42.78 | 76.59 | - |
| YUV | 180.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 225 | 0.00 | 0.34 | 0 | 0.12 | 299.21 | 0.56 | 0.73 |
| Hex | E0 | 95 | E1 | 0 | 22 | 0 | C | 12B | 38 | 49 |
| Octal | 340 | 225 | 341 | 0 | 42 | 0 | 14 | 453 | 70 | 111 |
| Binary | 11100000 | 10010101 | 11100001 | 0 | 100010 | 0 | 1100 | 100101011 | 111000 | 1001001 |
Color Harmonies of #E095E1
Complementary color
Monochromatic Colors of #E095E1
Black with #E095E1
Text Example
Text Example
White with #E095E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E095E1; }
p { color: rgb(224,149,225); }
H1.HeaderClassName
{
color: #E095E1;
}
.AnyTagClassName
{
color: #E095E1;
}
</style>
background-color css
<style>
a { background-color: #E095E1; }
a { background-color: rgb(224,149,225); }
div.DivClassName
{
background-color: #E095E1;
}
.BgClassName
{
background-color: #E095E1;
}
</style>
border-color css
<style>
span { border-color: #E095E1; }
span { border-color: rgb(224,149,225); }
td.TdClassName
{
border-color: #E095E1;
}
.TagClassName
{
border-color: #E095E1;
}
</style>