Shades of Plum #E097E5
Tints of Plum #E097E5
RGB
CMYK
RGB Variations
Color information
#E097E5 (or 0xE097E5) is known color: Plum. HEX triplet: E0, 97 and E5. RGB value is (224,151,229). Sum of RGB (Red+Green+Blue) = 224+151+229=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #E097E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097E5 is #1F681A. Grayscale: #B5B5B5. Windows color (decimal): -2058267 or 15046624. OLE color: 15046624.
HSL color Cylindrical-coordinate representation of color #E097E5: hue angle of 296.15º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E097E5 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 151 | 229 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.10 |
| HSL | 296.15º | 0.6% | 0.75% | - |
| HSV(B) | 296.15º | 0.34% | 0.9% | - |
| XYZ | 55.95 | 43.64 | 79.6 | - |
| YUV | 181.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 229 | 0.02 | 0.34 | 0 | 0.10 | 296.15 | 0.6 | 0.75 |
| Hex | E0 | 97 | E5 | 2 | 22 | 0 | A | 128 | 3C | 4B |
| Octal | 340 | 227 | 345 | 2 | 42 | 0 | 12 | 450 | 74 | 113 |
| Binary | 11100000 | 10010111 | 11100101 | 10 | 100010 | 0 | 1010 | 100101000 | 111100 | 1001011 |
Color Harmonies of #E097E5
Complementary color
Monochromatic Colors of #E097E5
Black with #E097E5
Text Example
Text Example
White with #E097E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097E5; }
p { color: rgb(224,151,229); }
H1.HeaderClassName
{
color: #E097E5;
}
.AnyTagClassName
{
color: #E097E5;
}
</style>
background-color css
<style>
a { background-color: #E097E5; }
a { background-color: rgb(224,151,229); }
div.DivClassName
{
background-color: #E097E5;
}
.BgClassName
{
background-color: #E097E5;
}
</style>
border-color css
<style>
span { border-color: #E097E5; }
span { border-color: rgb(224,151,229); }
td.TdClassName
{
border-color: #E097E5;
}
.TagClassName
{
border-color: #E097E5;
}
</style>