Shades of Plum #E69EE9
Tints of Plum #E69EE9
RGB
CMYK
RGB Variations
Color information
#E69EE9 (or 0xE69EE9) is known color: Plum. HEX triplet: E6, 9E and E9. RGB value is (230,158,233). Sum of RGB (Red+Green+Blue) = 230+158+233=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #E69EE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69EE9 is #196116. Grayscale: #BBBBBB. Windows color (decimal): -1663255 or 15310566. OLE color: 15310566.
HSL color Cylindrical-coordinate representation of color #E69EE9: hue angle of 297.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69EE9 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 158 | 233 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.09 |
| HSL | 297.6º | 0.63% | 0.77% | - |
| HSV(B) | 297.6º | 0.32% | 0.91% | - |
| XYZ | 59.57 | 47.16 | 83.05 | - |
| YUV | 188.08 | 153.35 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 233 | 0.01 | 0.32 | 0 | 0.09 | 297.6 | 0.63 | 0.77 |
| Hex | E6 | 9E | E9 | 1 | 20 | 0 | 9 | 12A | 3F | 4D |
| Octal | 346 | 236 | 351 | 1 | 40 | 0 | 11 | 452 | 77 | 115 |
| Binary | 11100110 | 10011110 | 11101001 | 1 | 100000 | 0 | 1001 | 100101010 | 111111 | 1001101 |
Color Harmonies of #E69EE9
Complementary color
Monochromatic Colors of #E69EE9
Black with #E69EE9
Text Example
Text Example
White with #E69EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EE9; }
p { color: rgb(230,158,233); }
H1.HeaderClassName
{
color: #E69EE9;
}
.AnyTagClassName
{
color: #E69EE9;
}
</style>
background-color css
<style>
a { background-color: #E69EE9; }
a { background-color: rgb(230,158,233); }
div.DivClassName
{
background-color: #E69EE9;
}
.BgClassName
{
background-color: #E69EE9;
}
</style>
border-color css
<style>
span { border-color: #E69EE9; }
span { border-color: rgb(230,158,233); }
td.TdClassName
{
border-color: #E69EE9;
}
.TagClassName
{
border-color: #E69EE9;
}
</style>