Shades of Plum #E69DE9
Tints of Plum #E69DE9
RGB
CMYK
RGB Variations
Color information
#E69DE9 (or 0xE69DE9) is known color: Plum. HEX triplet: E6, 9D and E9. RGB value is (230,157,233). Sum of RGB (Red+Green+Blue) = 230+157+233=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #E69DE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69DE9 is #196216. Grayscale: #BBBBBB. Windows color (decimal): -1663511 or 15310310. OLE color: 15310310.
HSL color Cylindrical-coordinate representation of color #E69DE9: hue angle of 297.63º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69DE9 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 157 | 233 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.09 |
| HSL | 297.63º | 0.63% | 0.76% | - |
| HSV(B) | 297.63º | 0.33% | 0.91% | - |
| XYZ | 59.4 | 46.82 | 83 | - |
| YUV | 187.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 233 | 0.01 | 0.33 | 0 | 0.09 | 297.63 | 0.63 | 0.76 |
| Hex | E6 | 9D | E9 | 1 | 21 | 0 | 9 | 12A | 3F | 4C |
| Octal | 346 | 235 | 351 | 1 | 41 | 0 | 11 | 452 | 77 | 114 |
| Binary | 11100110 | 10011101 | 11101001 | 1 | 100001 | 0 | 1001 | 100101010 | 111111 | 1001100 |
Color Harmonies of #E69DE9
Complementary color
Monochromatic Colors of #E69DE9
Black with #E69DE9
Text Example
Text Example
White with #E69DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DE9; }
p { color: rgb(230,157,233); }
H1.HeaderClassName
{
color: #E69DE9;
}
.AnyTagClassName
{
color: #E69DE9;
}
</style>
background-color css
<style>
a { background-color: #E69DE9; }
a { background-color: rgb(230,157,233); }
div.DivClassName
{
background-color: #E69DE9;
}
.BgClassName
{
background-color: #E69DE9;
}
</style>
border-color css
<style>
span { border-color: #E69DE9; }
span { border-color: rgb(230,157,233); }
td.TdClassName
{
border-color: #E69DE9;
}
.TagClassName
{
border-color: #E69DE9;
}
</style>