Shades of Plum #E098F2
Tints of Plum #E098F2
RGB
CMYK
RGB Variations
Color information
#E098F2 (or 0xE098F2) is known color: Plum. HEX triplet: E0, 98 and F2. RGB value is (224,152,242). Sum of RGB (Red+Green+Blue) = 224+152+242=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #E098F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E098F2 is #1F670D. Grayscale: #B7B7B7. Windows color (decimal): -2057998 or 15898848. OLE color: 15898848.
HSL color Cylindrical-coordinate representation of color #E098F2: hue angle of 288º degrees, saturation: 0.78, 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 #E098F2 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 152 | 242 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.05 |
| HSL | 288º | 0.78% | 0.77% | - |
| HSV(B) | 288º | 0.37% | 0.95% | - |
| XYZ | 58 | 44.71 | 89.58 | - |
| YUV | 183.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 242 | 0.07 | 0.37 | 0 | 0.05 | 288 | 0.78 | 0.77 |
| Hex | E0 | 98 | F2 | 7 | 25 | 0 | 5 | 120 | 4E | 4D |
| Octal | 340 | 230 | 362 | 7 | 45 | 0 | 5 | 440 | 116 | 115 |
| Binary | 11100000 | 10011000 | 11110010 | 111 | 100101 | 0 | 101 | 100100000 | 1001110 | 1001101 |
Color Harmonies of #E098F2
Complementary color
Monochromatic Colors of #E098F2
Black with #E098F2
Text Example
Text Example
White with #E098F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E098F2; }
p { color: rgb(224,152,242); }
H1.HeaderClassName
{
color: #E098F2;
}
.AnyTagClassName
{
color: #E098F2;
}
</style>
background-color css
<style>
a { background-color: #E098F2; }
a { background-color: rgb(224,152,242); }
div.DivClassName
{
background-color: #E098F2;
}
.BgClassName
{
background-color: #E098F2;
}
</style>
border-color css
<style>
span { border-color: #E098F2; }
span { border-color: rgb(224,152,242); }
td.TdClassName
{
border-color: #E098F2;
}
.TagClassName
{
border-color: #E098F2;
}
</style>