Shades of Plum #E098F1
Tints of Plum #E098F1
RGB
CMYK
RGB Variations
Color information
#E098F1 (or 0xE098F1) is known color: Plum. HEX triplet: E0, 98 and F1. RGB value is (224,152,241). Sum of RGB (Red+Green+Blue) = 224+152+241=617 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.30% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #E098F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E098F1 is #1F670E. Grayscale: #B7B7B7. Windows color (decimal): -2057999 or 15833312. OLE color: 15833312.
HSL color Cylindrical-coordinate representation of color #E098F1: hue angle of 288.54º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E098F1 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 152 | 241 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.05 |
| HSL | 288.54º | 0.76% | 0.77% | - |
| HSV(B) | 288.54º | 0.37% | 0.95% | - |
| XYZ | 57.85 | 44.65 | 88.79 | - |
| YUV | 183.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 241 | 0.07 | 0.37 | 0 | 0.05 | 288.54 | 0.76 | 0.77 |
| Hex | E0 | 98 | F1 | 7 | 25 | 0 | 5 | 121 | 4C | 4D |
| Octal | 340 | 230 | 361 | 7 | 45 | 0 | 5 | 441 | 114 | 115 |
| Binary | 11100000 | 10011000 | 11110001 | 111 | 100101 | 0 | 101 | 100100001 | 1001100 | 1001101 |
Color Harmonies of #E098F1
Complementary color
Monochromatic Colors of #E098F1
Black with #E098F1
Text Example
Text Example
White with #E098F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098F1; }
p { color: rgb(224,152,241); }
H1.HeaderClassName
{
color: #E098F1;
}
.AnyTagClassName
{
color: #E098F1;
}
</style>
background-color css
<style>
a { background-color: #E098F1; }
a { background-color: rgb(224,152,241); }
div.DivClassName
{
background-color: #E098F1;
}
.BgClassName
{
background-color: #E098F1;
}
</style>
border-color css
<style>
span { border-color: #E098F1; }
span { border-color: rgb(224,152,241); }
td.TdClassName
{
border-color: #E098F1;
}
.TagClassName
{
border-color: #E098F1;
}
</style>