Shades of Plum #E098E3
Tints of Plum #E098E3
RGB
CMYK
RGB Variations
Color information
#E098E3 (or 0xE098E3) is known color: Plum. HEX triplet: E0, 98 and E3. RGB value is (224,152,227). Sum of RGB (Red+Green+Blue) = 224+152+227=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 152 (59.77% from 255 or 25.21% from 603); Blue value is 227 (89.06% from 255 or 37.65% from 603); Max value from RGB is 227 - color contains mainly: blue. Hex color #E098E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E098E3 is #1F671C. Grayscale: #B5B5B5. Windows color (decimal): -2058013 or 14915808. OLE color: 14915808.
HSL color Cylindrical-coordinate representation of color #E098E3: hue angle of 297.6º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E098E3 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 152 | 227 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.11 |
| HSL | 297.6º | 0.57% | 0.74% | - |
| HSV(B) | 297.6º | 0.33% | 0.89% | - |
| XYZ | 55.83 | 43.85 | 78.19 | - |
| YUV | 182.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 227 | 0.01 | 0.33 | 0 | 0.11 | 297.6 | 0.57 | 0.74 |
| Hex | E0 | 98 | E3 | 1 | 21 | 0 | B | 12A | 39 | 4A |
| Octal | 340 | 230 | 343 | 1 | 41 | 0 | 13 | 452 | 71 | 112 |
| Binary | 11100000 | 10011000 | 11100011 | 1 | 100001 | 0 | 1011 | 100101010 | 111001 | 1001010 |
Color Harmonies of #E098E3
Complementary color
Monochromatic Colors of #E098E3
Black with #E098E3
Text Example
Text Example
White with #E098E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098E3; }
p { color: rgb(224,152,227); }
H1.HeaderClassName
{
color: #E098E3;
}
.AnyTagClassName
{
color: #E098E3;
}
</style>
background-color css
<style>
a { background-color: #E098E3; }
a { background-color: rgb(224,152,227); }
div.DivClassName
{
background-color: #E098E3;
}
.BgClassName
{
background-color: #E098E3;
}
</style>
border-color css
<style>
span { border-color: #E098E3; }
span { border-color: rgb(224,152,227); }
td.TdClassName
{
border-color: #E098E3;
}
.TagClassName
{
border-color: #E098E3;
}
</style>