Shades of Plum #E299ED
Tints of Plum #E299ED
RGB
CMYK
RGB Variations
Color information
#E299ED (or 0xE299ED) is known color: Plum. HEX triplet: E2, 99 and ED. RGB value is (226,153,237). Sum of RGB (Red+Green+Blue) = 226+153+237=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #E299ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299ED is #1D6612. Grayscale: #B8B8B8. Windows color (decimal): -1926675 or 15571426. OLE color: 15571426.
HSL color Cylindrical-coordinate representation of color #E299ED: hue angle of 292.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E299ED is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 153 | 237 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.07 |
| HSL | 292.14º | 0.7% | 0.76% | - |
| HSV(B) | 292.14º | 0.35% | 0.93% | - |
| XYZ | 58.04 | 45.07 | 85.76 | - |
| YUV | 184.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 237 | 0.05 | 0.35 | 0 | 0.07 | 292.14 | 0.7 | 0.76 |
| Hex | E2 | 99 | ED | 5 | 23 | 0 | 7 | 124 | 46 | 4C |
| Octal | 342 | 231 | 355 | 5 | 43 | 0 | 7 | 444 | 106 | 114 |
| Binary | 11100010 | 10011001 | 11101101 | 101 | 100011 | 0 | 111 | 100100100 | 1000110 | 1001100 |
Color Harmonies of #E299ED
Complementary color
Monochromatic Colors of #E299ED
Black with #E299ED
Text Example
Text Example
White with #E299ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299ED; }
p { color: rgb(226,153,237); }
H1.HeaderClassName
{
color: #E299ED;
}
.AnyTagClassName
{
color: #E299ED;
}
</style>
background-color css
<style>
a { background-color: #E299ED; }
a { background-color: rgb(226,153,237); }
div.DivClassName
{
background-color: #E299ED;
}
.BgClassName
{
background-color: #E299ED;
}
</style>
border-color css
<style>
span { border-color: #E299ED; }
span { border-color: rgb(226,153,237); }
td.TdClassName
{
border-color: #E299ED;
}
.TagClassName
{
border-color: #E299ED;
}
</style>