Shades of Plum #E998EA
Tints of Plum #E998EA
RGB
CMYK
RGB Variations
Color information
#E998EA (or 0xE998EA) is known color: Plum. HEX triplet: E9, 98 and EA. RGB value is (233,152,234). Sum of RGB (Red+Green+Blue) = 233+152+234=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #E998EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E998EA is #166715. Grayscale: #B9B9B9. Windows color (decimal): -1468182 or 15374569. OLE color: 15374569.
HSL color Cylindrical-coordinate representation of color #E998EA: hue angle of 299.27º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E998EA is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 152 | 234 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.08 |
| HSL | 299.27º | 0.66% | 0.76% | - |
| HSV(B) | 299.27º | 0.35% | 0.92% | - |
| XYZ | 59.68 | 45.72 | 83.52 | - |
| YUV | 185.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 152 | 234 | 0.00 | 0.35 | 0 | 0.08 | 299.27 | 0.66 | 0.76 |
| Hex | E9 | 98 | EA | 0 | 23 | 0 | 8 | 12B | 42 | 4C |
| Octal | 351 | 230 | 352 | 0 | 43 | 0 | 10 | 453 | 102 | 114 |
| Binary | 11101001 | 10011000 | 11101010 | 0 | 100011 | 0 | 1000 | 100101011 | 1000010 | 1001100 |
Color Harmonies of #E998EA
Complementary color
Monochromatic Colors of #E998EA
Black with #E998EA
Text Example
Text Example
White with #E998EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E998EA; }
p { color: rgb(233,152,234); }
H1.HeaderClassName
{
color: #E998EA;
}
.AnyTagClassName
{
color: #E998EA;
}
</style>
background-color css
<style>
a { background-color: #E998EA; }
a { background-color: rgb(233,152,234); }
div.DivClassName
{
background-color: #E998EA;
}
.BgClassName
{
background-color: #E998EA;
}
</style>
border-color css
<style>
span { border-color: #E998EA; }
span { border-color: rgb(233,152,234); }
td.TdClassName
{
border-color: #E998EA;
}
.TagClassName
{
border-color: #E998EA;
}
</style>