Shades of Plum #E097EC
Tints of Plum #E097EC
RGB
CMYK
RGB Variations
Color information
#E097EC (or 0xE097EC) is known color: Plum. HEX triplet: E0, 97 and EC. RGB value is (224,151,236). Sum of RGB (Red+Green+Blue) = 224+151+236=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #E097EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E097EC is #1F6813. Grayscale: #B6B6B6. Windows color (decimal): -2058260 or 15505376. OLE color: 15505376.
HSL color Cylindrical-coordinate representation of color #E097EC: hue angle of 291.53º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E097EC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 151 | 236 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.07 |
| HSL | 291.53º | 0.69% | 0.76% | - |
| HSV(B) | 291.53º | 0.36% | 0.93% | - |
| XYZ | 56.95 | 44.04 | 84.86 | - |
| YUV | 182.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 236 | 0.05 | 0.36 | 0 | 0.07 | 291.53 | 0.69 | 0.76 |
| Hex | E0 | 97 | EC | 5 | 24 | 0 | 7 | 124 | 45 | 4C |
| Octal | 340 | 227 | 354 | 5 | 44 | 0 | 7 | 444 | 105 | 114 |
| Binary | 11100000 | 10010111 | 11101100 | 101 | 100100 | 0 | 111 | 100100100 | 1000101 | 1001100 |
Color Harmonies of #E097EC
Complementary color
Monochromatic Colors of #E097EC
Black with #E097EC
Text Example
Text Example
White with #E097EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E097EC; }
p { color: rgb(224,151,236); }
H1.HeaderClassName
{
color: #E097EC;
}
.AnyTagClassName
{
color: #E097EC;
}
</style>
background-color css
<style>
a { background-color: #E097EC; }
a { background-color: rgb(224,151,236); }
div.DivClassName
{
background-color: #E097EC;
}
.BgClassName
{
background-color: #E097EC;
}
</style>
border-color css
<style>
span { border-color: #E097EC; }
span { border-color: rgb(224,151,236); }
td.TdClassName
{
border-color: #E097EC;
}
.TagClassName
{
border-color: #E097EC;
}
</style>