Shades of Plum #E298F1
Tints of Plum #E298F1
RGB
CMYK
RGB Variations
Color information
#E298F1 (or 0xE298F1) is known color: Plum. HEX triplet: E2, 98 and F1. RGB value is (226,152,241). Sum of RGB (Red+Green+Blue) = 226+152+241=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #E298F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E298F1 is #1D670E. Grayscale: #B7B7B7. Windows color (decimal): -1926927 or 15833314. OLE color: 15833314.
HSL color Cylindrical-coordinate representation of color #E298F1: hue angle of 289.89º 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 #E298F1 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 152 | 241 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.05 |
| HSL | 289.89º | 0.76% | 0.77% | - |
| HSV(B) | 289.89º | 0.37% | 0.95% | - |
| XYZ | 58.47 | 44.98 | 88.82 | - |
| YUV | 184.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 241 | 0.06 | 0.37 | 0 | 0.05 | 289.89 | 0.76 | 0.77 |
| Hex | E2 | 98 | F1 | 6 | 25 | 0 | 5 | 122 | 4C | 4D |
| Octal | 342 | 230 | 361 | 6 | 45 | 0 | 5 | 442 | 114 | 115 |
| Binary | 11100010 | 10011000 | 11110001 | 110 | 100101 | 0 | 101 | 100100010 | 1001100 | 1001101 |
Color Harmonies of #E298F1
Complementary color
Monochromatic Colors of #E298F1
Black with #E298F1
Text Example
Text Example
White with #E298F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298F1; }
p { color: rgb(226,152,241); }
H1.HeaderClassName
{
color: #E298F1;
}
.AnyTagClassName
{
color: #E298F1;
}
</style>
background-color css
<style>
a { background-color: #E298F1; }
a { background-color: rgb(226,152,241); }
div.DivClassName
{
background-color: #E298F1;
}
.BgClassName
{
background-color: #E298F1;
}
</style>
border-color css
<style>
span { border-color: #E298F1; }
span { border-color: rgb(226,152,241); }
td.TdClassName
{
border-color: #E298F1;
}
.TagClassName
{
border-color: #E298F1;
}
</style>