Shades of Plum #E69EEF
Tints of Plum #E69EEF
RGB
CMYK
RGB Variations
Color information
#E69EEF (or 0xE69EEF) is known color: Plum. HEX triplet: E6, 9E and EF. RGB value is (230,158,239). Sum of RGB (Red+Green+Blue) = 230+158+239=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #E69EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69EEF is #196110. Grayscale: #BCBCBC. Windows color (decimal): -1663249 or 15703782. OLE color: 15703782.
HSL color Cylindrical-coordinate representation of color #E69EEF: hue angle of 293.33º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E69EEF is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 158 | 239 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.06 |
| HSL | 293.33º | 0.72% | 0.78% | - |
| HSV(B) | 293.33º | 0.34% | 0.94% | - |
| XYZ | 60.44 | 47.51 | 87.65 | - |
| YUV | 188.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 239 | 0.04 | 0.34 | 0 | 0.06 | 293.33 | 0.72 | 0.78 |
| Hex | E6 | 9E | EF | 4 | 22 | 0 | 6 | 125 | 48 | 4E |
| Octal | 346 | 236 | 357 | 4 | 42 | 0 | 6 | 445 | 110 | 116 |
| Binary | 11100110 | 10011110 | 11101111 | 100 | 100010 | 0 | 110 | 100100101 | 1001000 | 1001110 |
Color Harmonies of #E69EEF
Complementary color
Monochromatic Colors of #E69EEF
Black with #E69EEF
Text Example
Text Example
White with #E69EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EEF; }
p { color: rgb(230,158,239); }
H1.HeaderClassName
{
color: #E69EEF;
}
.AnyTagClassName
{
color: #E69EEF;
}
</style>
background-color css
<style>
a { background-color: #E69EEF; }
a { background-color: rgb(230,158,239); }
div.DivClassName
{
background-color: #E69EEF;
}
.BgClassName
{
background-color: #E69EEF;
}
</style>
border-color css
<style>
span { border-color: #E69EEF; }
span { border-color: rgb(230,158,239); }
td.TdClassName
{
border-color: #E69EEF;
}
.TagClassName
{
border-color: #E69EEF;
}
</style>