Shades of Plum #E69EE8
Tints of Plum #E69EE8
RGB
CMYK
RGB Variations
Color information
#E69EE8 (or 0xE69EE8) is known color: Plum. HEX triplet: E6, 9E and E8. RGB value is (230,158,232). Sum of RGB (Red+Green+Blue) = 230+158+232=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #E69EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69EE8 is #196117. Grayscale: #BBBBBB. Windows color (decimal): -1663256 or 15245030. OLE color: 15245030.
HSL color Cylindrical-coordinate representation of color #E69EE8: hue angle of 298.38º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69EE8 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 158 | 232 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.09 |
| HSL | 298.38º | 0.62% | 0.76% | - |
| HSV(B) | 298.38º | 0.32% | 0.91% | - |
| XYZ | 59.43 | 47.1 | 82.3 | - |
| YUV | 187.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 232 | 0.01 | 0.32 | 0 | 0.09 | 298.38 | 0.62 | 0.76 |
| Hex | E6 | 9E | E8 | 1 | 20 | 0 | 9 | 12A | 3E | 4C |
| Octal | 346 | 236 | 350 | 1 | 40 | 0 | 11 | 452 | 76 | 114 |
| Binary | 11100110 | 10011110 | 11101000 | 1 | 100000 | 0 | 1001 | 100101010 | 111110 | 1001100 |
Color Harmonies of #E69EE8
Complementary color
Monochromatic Colors of #E69EE8
Black with #E69EE8
Text Example
Text Example
White with #E69EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EE8; }
p { color: rgb(230,158,232); }
H1.HeaderClassName
{
color: #E69EE8;
}
.AnyTagClassName
{
color: #E69EE8;
}
</style>
background-color css
<style>
a { background-color: #E69EE8; }
a { background-color: rgb(230,158,232); }
div.DivClassName
{
background-color: #E69EE8;
}
.BgClassName
{
background-color: #E69EE8;
}
</style>
border-color css
<style>
span { border-color: #E69EE8; }
span { border-color: rgb(230,158,232); }
td.TdClassName
{
border-color: #E69EE8;
}
.TagClassName
{
border-color: #E69EE8;
}
</style>