Shades of Plum #E69FDD
Tints of Plum #E69FDD
RGB
CMYK
RGB Variations
Color information
#E69FDD (or 0xE69FDD) is known color: Plum. HEX triplet: E6, 9F and DD. RGB value is (230,159,221). Sum of RGB (Red+Green+Blue) = 230+159+221=610 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.70% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 230 - color contains mainly: red. Hex color #E69FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69FDD is #196022. Grayscale: #BBBBBB. Windows color (decimal): -1663011 or 14524390. OLE color: 14524390.
HSL color Cylindrical-coordinate representation of color #E69FDD: hue angle of 307.61º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69FDD is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 159 | 221 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.10 |
| HSL | 307.61º | 0.59% | 0.76% | - |
| HSV(B) | 307.61º | 0.31% | 0.9% | - |
| XYZ | 58.08 | 46.84 | 74.39 | - |
| YUV | 187.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 159 | 221 | 0 | 0.31 | 0.04 | 0.10 | 307.61 | 0.59 | 0.76 |
| Hex | E6 | 9F | DD | 0 | 1F | 4 | A | 134 | 3B | 4C |
| Octal | 346 | 237 | 335 | 0 | 37 | 4 | 12 | 464 | 73 | 114 |
| Binary | 11100110 | 10011111 | 11011101 | 0 | 11111 | 100 | 1010 | 100110100 | 111011 | 1001100 |
Color Harmonies of #E69FDD
Complementary color
Monochromatic Colors of #E69FDD
Black with #E69FDD
Text Example
Text Example
White with #E69FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69FDD; }
p { color: rgb(230,159,221); }
H1.HeaderClassName
{
color: #E69FDD;
}
.AnyTagClassName
{
color: #E69FDD;
}
</style>
background-color css
<style>
a { background-color: #E69FDD; }
a { background-color: rgb(230,159,221); }
div.DivClassName
{
background-color: #E69FDD;
}
.BgClassName
{
background-color: #E69FDD;
}
</style>
border-color css
<style>
span { border-color: #E69FDD; }
span { border-color: rgb(230,159,221); }
td.TdClassName
{
border-color: #E69FDD;
}
.TagClassName
{
border-color: #E69FDD;
}
</style>