Shades of Plum #E69FED
Tints of Plum #E69FED
RGB
CMYK
RGB Variations
Color information
#E69FED (or 0xE69FED) is known color: Plum. HEX triplet: E6, 9F and ED. RGB value is (230,159,237). Sum of RGB (Red+Green+Blue) = 230+159+237=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #E69FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FED is #196012. Grayscale: #BCBCBC. Windows color (decimal): -1662995 or 15572966. OLE color: 15572966.
HSL color Cylindrical-coordinate representation of color #E69FED: hue angle of 294.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69FED is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 159 | 237 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.07 |
| HSL | 294.62º | 0.68% | 0.78% | - |
| HSV(B) | 294.62º | 0.33% | 0.93% | - |
| XYZ | 60.32 | 47.73 | 86.16 | - |
| YUV | 189.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 237 | 0.03 | 0.33 | 0 | 0.07 | 294.62 | 0.68 | 0.78 |
| Hex | E6 | 9F | ED | 3 | 21 | 0 | 7 | 127 | 44 | 4E |
| Octal | 346 | 237 | 355 | 3 | 41 | 0 | 7 | 447 | 104 | 116 |
| Binary | 11100110 | 10011111 | 11101101 | 11 | 100001 | 0 | 111 | 100100111 | 1000100 | 1001110 |
Color Harmonies of #E69FED
Complementary color
Monochromatic Colors of #E69FED
Black with #E69FED
Text Example
Text Example
White with #E69FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FED; }
p { color: rgb(230,159,237); }
H1.HeaderClassName
{
color: #E69FED;
}
.AnyTagClassName
{
color: #E69FED;
}
</style>
background-color css
<style>
a { background-color: #E69FED; }
a { background-color: rgb(230,159,237); }
div.DivClassName
{
background-color: #E69FED;
}
.BgClassName
{
background-color: #E69FED;
}
</style>
border-color css
<style>
span { border-color: #E69FED; }
span { border-color: rgb(230,159,237); }
td.TdClassName
{
border-color: #E69FED;
}
.TagClassName
{
border-color: #E69FED;
}
</style>