Shades of Plum #E091E7
Tints of Plum #E091E7
RGB
CMYK
RGB Variations
Color information
#E091E7 (or 0xE091E7) is known color: Plum. HEX triplet: E0, 91 and E7. RGB value is (224,145,231). Sum of RGB (Red+Green+Blue) = 224+145+231=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 145 (57.03% from 255 or 24.17% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #E091E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E091E7 is #1F6E18. Grayscale: #B2B2B2. Windows color (decimal): -2059801 or 15176160. OLE color: 15176160.
HSL color Cylindrical-coordinate representation of color #E091E7: hue angle of 295.12º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E091E7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 224 | 145 | 231 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.09 |
| HSL | 295.12º | 0.64% | 0.74% | - |
| HSV(B) | 295.12º | 0.37% | 0.91% | - |
| XYZ | 55.29 | 41.87 | 80.77 | - |
| YUV | 178.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 231 | 0.03 | 0.37 | 0 | 0.09 | 295.12 | 0.64 | 0.74 |
| Hex | E0 | 91 | E7 | 3 | 25 | 0 | 9 | 127 | 40 | 4A |
| Octal | 340 | 221 | 347 | 3 | 45 | 0 | 11 | 447 | 100 | 112 |
| Binary | 11100000 | 10010001 | 11100111 | 11 | 100101 | 0 | 1001 | 100100111 | 1000000 | 1001010 |
Color Harmonies of #E091E7
Complementary color
Monochromatic Colors of #E091E7
Black with #E091E7
Text Example
Text Example
White with #E091E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E091E7; }
p { color: rgb(224,145,231); }
H1.HeaderClassName
{
color: #E091E7;
}
.AnyTagClassName
{
color: #E091E7;
}
</style>
background-color css
<style>
a { background-color: #E091E7; }
a { background-color: rgb(224,145,231); }
div.DivClassName
{
background-color: #E091E7;
}
.BgClassName
{
background-color: #E091E7;
}
</style>
border-color css
<style>
span { border-color: #E091E7; }
span { border-color: rgb(224,145,231); }
td.TdClassName
{
border-color: #E091E7;
}
.TagClassName
{
border-color: #E091E7;
}
</style>