Shades of Plum #E69EDF
Tints of Plum #E69EDF
RGB
CMYK
RGB Variations
Color information
#E69EDF (or 0xE69EDF) is known color: Plum. HEX triplet: E6, 9E and DF. RGB value is (230,158,223). Sum of RGB (Red+Green+Blue) = 230+158+223=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EDF is #196120. Grayscale: #BABABA. Windows color (decimal): -1663265 or 14655206. OLE color: 14655206.
HSL color Cylindrical-coordinate representation of color #E69EDF: hue angle of 305.83º 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 #E69EDF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 223 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.10 |
| HSL | 305.83º | 0.59% | 0.76% | - |
| HSV(B) | 305.83º | 0.31% | 0.9% | - |
| XYZ | 58.18 | 46.6 | 75.74 | - |
| YUV | 186.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 223 | 0 | 0.31 | 0.03 | 0.10 | 305.83 | 0.59 | 0.76 |
| Hex | E6 | 9E | DF | 0 | 1F | 3 | A | 132 | 3B | 4C |
| Octal | 346 | 236 | 337 | 0 | 37 | 3 | 12 | 462 | 73 | 114 |
| Binary | 11100110 | 10011110 | 11011111 | 0 | 11111 | 11 | 1010 | 100110010 | 111011 | 1001100 |
Color Harmonies of #E69EDF
Complementary color
Monochromatic Colors of #E69EDF
Black with #E69EDF
Text Example
Text Example
White with #E69EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EDF; }
p { color: rgb(230,158,223); }
H1.HeaderClassName
{
color: #E69EDF;
}
.AnyTagClassName
{
color: #E69EDF;
}
</style>
background-color css
<style>
a { background-color: #E69EDF; }
a { background-color: rgb(230,158,223); }
div.DivClassName
{
background-color: #E69EDF;
}
.BgClassName
{
background-color: #E69EDF;
}
</style>
border-color css
<style>
span { border-color: #E69EDF; }
span { border-color: rgb(230,158,223); }
td.TdClassName
{
border-color: #E69EDF;
}
.TagClassName
{
border-color: #E69EDF;
}
</style>