Shades of Plum #E69EEE
Tints of Plum #E69EEE
RGB
CMYK
RGB Variations
Color information
#E69EEE (or 0xE69EEE) is known color: Plum. HEX triplet: E6, 9E and EE. RGB value is (230,158,238). Sum of RGB (Red+Green+Blue) = 230+158+238=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #E69EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69EEE is #196111. Grayscale: #BCBCBC. Windows color (decimal): -1663250 or 15638246. OLE color: 15638246.
HSL color Cylindrical-coordinate representation of color #E69EEE: hue angle of 294º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E69EEE is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 158 | 238 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.07 |
| HSL | 294º | 0.7% | 0.78% | - |
| HSV(B) | 294º | 0.34% | 0.93% | - |
| XYZ | 60.29 | 47.45 | 86.87 | - |
| YUV | 188.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 238 | 0.03 | 0.34 | 0 | 0.07 | 294 | 0.7 | 0.78 |
| Hex | E6 | 9E | EE | 3 | 22 | 0 | 7 | 126 | 46 | 4E |
| Octal | 346 | 236 | 356 | 3 | 42 | 0 | 7 | 446 | 106 | 116 |
| Binary | 11100110 | 10011110 | 11101110 | 11 | 100010 | 0 | 111 | 100100110 | 1000110 | 1001110 |
Color Harmonies of #E69EEE
Complementary color
Monochromatic Colors of #E69EEE
Black with #E69EEE
Text Example
Text Example
White with #E69EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EEE; }
p { color: rgb(230,158,238); }
H1.HeaderClassName
{
color: #E69EEE;
}
.AnyTagClassName
{
color: #E69EEE;
}
</style>
background-color css
<style>
a { background-color: #E69EEE; }
a { background-color: rgb(230,158,238); }
div.DivClassName
{
background-color: #E69EEE;
}
.BgClassName
{
background-color: #E69EEE;
}
</style>
border-color css
<style>
span { border-color: #E69EEE; }
span { border-color: rgb(230,158,238); }
td.TdClassName
{
border-color: #E69EEE;
}
.TagClassName
{
border-color: #E69EEE;
}
</style>