Shades of Plum #E69DF2
Tints of Plum #E69DF2
RGB
CMYK
RGB Variations
Color information
#E69DF2 (or 0xE69DF2) is known color: Plum. HEX triplet: E6, 9D and F2. RGB value is (230,157,242). Sum of RGB (Red+Green+Blue) = 230+157+242=629 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.57% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #E69DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69DF2 is #19620D. Grayscale: #BCBCBC. Windows color (decimal): -1663502 or 15900134. OLE color: 15900134.
HSL color Cylindrical-coordinate representation of color #E69DF2: hue angle of 291.53º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E69DF2 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 157 | 242 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.05 |
| HSL | 291.53º | 0.77% | 0.78% | - |
| HSV(B) | 291.53º | 0.35% | 0.95% | - |
| XYZ | 60.72 | 47.35 | 89.94 | - |
| YUV | 188.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 157 | 242 | 0.05 | 0.35 | 0 | 0.05 | 291.53 | 0.77 | 0.78 |
| Hex | E6 | 9D | F2 | 5 | 23 | 0 | 5 | 124 | 4D | 4E |
| Octal | 346 | 235 | 362 | 5 | 43 | 0 | 5 | 444 | 115 | 116 |
| Binary | 11100110 | 10011101 | 11110010 | 101 | 100011 | 0 | 101 | 100100100 | 1001101 | 1001110 |
Color Harmonies of #E69DF2
Complementary color
Monochromatic Colors of #E69DF2
Black with #E69DF2
Text Example
Text Example
White with #E69DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69DF2; }
p { color: rgb(230,157,242); }
H1.HeaderClassName
{
color: #E69DF2;
}
.AnyTagClassName
{
color: #E69DF2;
}
</style>
background-color css
<style>
a { background-color: #E69DF2; }
a { background-color: rgb(230,157,242); }
div.DivClassName
{
background-color: #E69DF2;
}
.BgClassName
{
background-color: #E69DF2;
}
</style>
border-color css
<style>
span { border-color: #E69DF2; }
span { border-color: rgb(230,157,242); }
td.TdClassName
{
border-color: #E69DF2;
}
.TagClassName
{
border-color: #E69DF2;
}
</style>