Shades of Plum #E69DE5
Tints of Plum #E69DE5
RGB
CMYK
RGB Variations
Color information
#E69DE5 (or 0xE69DE5) is known color: Plum. HEX triplet: E6, 9D and E5. RGB value is (230,157,229). Sum of RGB (Red+Green+Blue) = 230+157+229=616 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.34% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 230 - color contains mainly: red. Hex color #E69DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69DE5 is #19621A. Grayscale: #BABABA. Windows color (decimal): -1663515 or 15048166. OLE color: 15048166.
HSL color Cylindrical-coordinate representation of color #E69DE5: hue angle of 300.82º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69DE5 is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 157 | 229 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.10 |
| HSL | 300.82º | 0.59% | 0.76% | - |
| HSV(B) | 300.82º | 0.32% | 0.9% | - |
| XYZ | 58.83 | 46.59 | 80.02 | - |
| YUV | 187.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 229 | 0 | 0.32 | 0.00 | 0.10 | 300.82 | 0.59 | 0.76 |
| Hex | E6 | 9D | E5 | 0 | 20 | 0 | A | 12D | 3B | 4C |
| Octal | 346 | 235 | 345 | 0 | 40 | 0 | 12 | 455 | 73 | 114 |
| Binary | 11100110 | 10011101 | 11100101 | 0 | 100000 | 0 | 1010 | 100101101 | 111011 | 1001100 |
Color Harmonies of #E69DE5
Complementary color
Monochromatic Colors of #E69DE5
Black with #E69DE5
Text Example
Text Example
White with #E69DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DE5; }
p { color: rgb(230,157,229); }
H1.HeaderClassName
{
color: #E69DE5;
}
.AnyTagClassName
{
color: #E69DE5;
}
</style>
background-color css
<style>
a { background-color: #E69DE5; }
a { background-color: rgb(230,157,229); }
div.DivClassName
{
background-color: #E69DE5;
}
.BgClassName
{
background-color: #E69DE5;
}
</style>
border-color css
<style>
span { border-color: #E69DE5; }
span { border-color: rgb(230,157,229); }
td.TdClassName
{
border-color: #E69DE5;
}
.TagClassName
{
border-color: #E69DE5;
}
</style>