Shades of Plum #E098E4
Tints of Plum #E098E4
RGB
CMYK
RGB Variations
Color information
#E098E4 (or 0xE098E4) is known color: Plum. HEX triplet: E0, 98 and E4. RGB value is (224,152,228). Sum of RGB (Red+Green+Blue) = 224+152+228=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #E098E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098E4 is #1F671B. Grayscale: #B5B5B5. Windows color (decimal): -2058012 or 14981344. OLE color: 14981344.
HSL color Cylindrical-coordinate representation of color #E098E4: hue angle of 296.84º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E098E4 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 152 | 228 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.11 |
| HSL | 296.84º | 0.58% | 0.75% | - |
| HSV(B) | 296.84º | 0.33% | 0.89% | - |
| XYZ | 55.97 | 43.91 | 78.92 | - |
| YUV | 182.19 | 153.85 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 228 | 0.02 | 0.33 | 0 | 0.11 | 296.84 | 0.58 | 0.75 |
| Hex | E0 | 98 | E4 | 2 | 21 | 0 | B | 129 | 3A | 4B |
| Octal | 340 | 230 | 344 | 2 | 41 | 0 | 13 | 451 | 72 | 113 |
| Binary | 11100000 | 10011000 | 11100100 | 10 | 100001 | 0 | 1011 | 100101001 | 111010 | 1001011 |
Color Harmonies of #E098E4
Complementary color
Monochromatic Colors of #E098E4
Black with #E098E4
Text Example
Text Example
White with #E098E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098E4; }
p { color: rgb(224,152,228); }
H1.HeaderClassName
{
color: #E098E4;
}
.AnyTagClassName
{
color: #E098E4;
}
</style>
background-color css
<style>
a { background-color: #E098E4; }
a { background-color: rgb(224,152,228); }
div.DivClassName
{
background-color: #E098E4;
}
.BgClassName
{
background-color: #E098E4;
}
</style>
border-color css
<style>
span { border-color: #E098E4; }
span { border-color: rgb(224,152,228); }
td.TdClassName
{
border-color: #E098E4;
}
.TagClassName
{
border-color: #E098E4;
}
</style>