Shades of Plum #E298EE
Tints of Plum #E298EE
RGB
CMYK
RGB Variations
Color information
#E298EE (or 0xE298EE) is known color: Plum. HEX triplet: E2, 98 and EE. RGB value is (226,152,238). Sum of RGB (Red+Green+Blue) = 226+152+238=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 152 (59.77% from 255 or 24.68% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #E298EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E298EE is #1D6711. Grayscale: #B7B7B7. Windows color (decimal): -1926930 or 15636706. OLE color: 15636706.
HSL color Cylindrical-coordinate representation of color #E298EE: hue angle of 291.63º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E298EE is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 152 | 238 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.07 |
| HSL | 291.63º | 0.72% | 0.76% | - |
| HSV(B) | 291.63º | 0.36% | 0.93% | - |
| XYZ | 58.02 | 44.8 | 86.48 | - |
| YUV | 183.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 238 | 0.05 | 0.36 | 0 | 0.07 | 291.63 | 0.72 | 0.76 |
| Hex | E2 | 98 | EE | 5 | 24 | 0 | 7 | 124 | 48 | 4C |
| Octal | 342 | 230 | 356 | 5 | 44 | 0 | 7 | 444 | 110 | 114 |
| Binary | 11100010 | 10011000 | 11101110 | 101 | 100100 | 0 | 111 | 100100100 | 1001000 | 1001100 |
Color Harmonies of #E298EE
Complementary color
Monochromatic Colors of #E298EE
Black with #E298EE
Text Example
Text Example
White with #E298EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E298EE; }
p { color: rgb(226,152,238); }
H1.HeaderClassName
{
color: #E298EE;
}
.AnyTagClassName
{
color: #E298EE;
}
</style>
background-color css
<style>
a { background-color: #E298EE; }
a { background-color: rgb(226,152,238); }
div.DivClassName
{
background-color: #E298EE;
}
.BgClassName
{
background-color: #E298EE;
}
</style>
border-color css
<style>
span { border-color: #E298EE; }
span { border-color: rgb(226,152,238); }
td.TdClassName
{
border-color: #E298EE;
}
.TagClassName
{
border-color: #E298EE;
}
</style>