Shades of Plum #E69FF1
Tints of Plum #E69FF1
RGB
CMYK
RGB Variations
Color information
#E69FF1 (or 0xE69FF1) is known color: Plum. HEX triplet: E6, 9F and F1. RGB value is (230,159,241). Sum of RGB (Red+Green+Blue) = 230+159+241=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #E69FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69FF1 is #19600E. Grayscale: #BDBDBD. Windows color (decimal): -1662991 or 15835110. OLE color: 15835110.
HSL color Cylindrical-coordinate representation of color #E69FF1: hue angle of 291.95º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E69FF1 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 159 | 241 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.05 |
| HSL | 291.95º | 0.75% | 0.78% | - |
| HSV(B) | 291.95º | 0.34% | 0.95% | - |
| XYZ | 60.91 | 47.97 | 89.27 | - |
| YUV | 189.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 241 | 0.05 | 0.34 | 0 | 0.05 | 291.95 | 0.75 | 0.78 |
| Hex | E6 | 9F | F1 | 5 | 22 | 0 | 5 | 124 | 4B | 4E |
| Octal | 346 | 237 | 361 | 5 | 42 | 0 | 5 | 444 | 113 | 116 |
| Binary | 11100110 | 10011111 | 11110001 | 101 | 100010 | 0 | 101 | 100100100 | 1001011 | 1001110 |
Color Harmonies of #E69FF1
Complementary color
Monochromatic Colors of #E69FF1
Black with #E69FF1
Text Example
Text Example
White with #E69FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FF1; }
p { color: rgb(230,159,241); }
H1.HeaderClassName
{
color: #E69FF1;
}
.AnyTagClassName
{
color: #E69FF1;
}
</style>
background-color css
<style>
a { background-color: #E69FF1; }
a { background-color: rgb(230,159,241); }
div.DivClassName
{
background-color: #E69FF1;
}
.BgClassName
{
background-color: #E69FF1;
}
</style>
border-color css
<style>
span { border-color: #E69FF1; }
span { border-color: rgb(230,159,241); }
td.TdClassName
{
border-color: #E69FF1;
}
.TagClassName
{
border-color: #E69FF1;
}
</style>