Shades of Plum #E898EE
Tints of Plum #E898EE
RGB
CMYK
RGB Variations
Color information
#E898EE (or 0xE898EE) is known color: Plum. HEX triplet: E8, 98 and EE. RGB value is (232,152,238). Sum of RGB (Red+Green+Blue) = 232+152+238=622 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.30% from 622); Green value is 152 (59.77% from 255 or 24.44% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #E898EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E898EE is #176711. Grayscale: #B9B9B9. Windows color (decimal): -1533714 or 15636712. OLE color: 15636712.
HSL color Cylindrical-coordinate representation of color #E898EE: hue angle of 295.81º 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 #E898EE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 152 | 238 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.07 |
| HSL | 295.81º | 0.72% | 0.76% | - |
| HSV(B) | 295.81º | 0.36% | 0.93% | - |
| XYZ | 59.94 | 45.79 | 86.57 | - |
| YUV | 185.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 152 | 238 | 0.03 | 0.36 | 0 | 0.07 | 295.81 | 0.72 | 0.76 |
| Hex | E8 | 98 | EE | 3 | 24 | 0 | 7 | 128 | 48 | 4C |
| Octal | 350 | 230 | 356 | 3 | 44 | 0 | 7 | 450 | 110 | 114 |
| Binary | 11101000 | 10011000 | 11101110 | 11 | 100100 | 0 | 111 | 100101000 | 1001000 | 1001100 |
Color Harmonies of #E898EE
Complementary color
Monochromatic Colors of #E898EE
Black with #E898EE
Text Example
Text Example
White with #E898EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E898EE; }
p { color: rgb(232,152,238); }
H1.HeaderClassName
{
color: #E898EE;
}
.AnyTagClassName
{
color: #E898EE;
}
</style>
background-color css
<style>
a { background-color: #E898EE; }
a { background-color: rgb(232,152,238); }
div.DivClassName
{
background-color: #E898EE;
}
.BgClassName
{
background-color: #E898EE;
}
</style>
border-color css
<style>
span { border-color: #E898EE; }
span { border-color: rgb(232,152,238); }
td.TdClassName
{
border-color: #E898EE;
}
.TagClassName
{
border-color: #E898EE;
}
</style>