Shades of Plum #E899EA
Tints of Plum #E899EA
RGB
CMYK
RGB Variations
Color information
#E899EA (or 0xE899EA) is known color: Plum. HEX triplet: E8, 99 and EA. RGB value is (232,153,234). Sum of RGB (Red+Green+Blue) = 232+153+234=619 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.48% from 619); Green value is 153 (60.16% from 255 or 24.72% 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 #E899EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E899EA is #176615. Grayscale: #B9B9B9. Windows color (decimal): -1533462 or 15374824. OLE color: 15374824.
HSL color Cylindrical-coordinate representation of color #E899EA: hue angle of 298.52º 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 #E899EA is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 153 | 234 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.08 |
| HSL | 298.52º | 0.66% | 0.76% | - |
| HSV(B) | 298.52º | 0.35% | 0.92% | - |
| XYZ | 59.52 | 45.88 | 83.56 | - |
| YUV | 185.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 153 | 234 | 0.01 | 0.35 | 0 | 0.08 | 298.52 | 0.66 | 0.76 |
| Hex | E8 | 99 | EA | 1 | 23 | 0 | 8 | 12B | 42 | 4C |
| Octal | 350 | 231 | 352 | 1 | 43 | 0 | 10 | 453 | 102 | 114 |
| Binary | 11101000 | 10011001 | 11101010 | 1 | 100011 | 0 | 1000 | 100101011 | 1000010 | 1001100 |
Color Harmonies of #E899EA
Complementary color
Monochromatic Colors of #E899EA
Black with #E899EA
Text Example
Text Example
White with #E899EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E899EA; }
p { color: rgb(232,153,234); }
H1.HeaderClassName
{
color: #E899EA;
}
.AnyTagClassName
{
color: #E899EA;
}
</style>
background-color css
<style>
a { background-color: #E899EA; }
a { background-color: rgb(232,153,234); }
div.DivClassName
{
background-color: #E899EA;
}
.BgClassName
{
background-color: #E899EA;
}
</style>
border-color css
<style>
span { border-color: #E899EA; }
span { border-color: rgb(232,153,234); }
td.TdClassName
{
border-color: #E899EA;
}
.TagClassName
{
border-color: #E899EA;
}
</style>