Shades of Plum #E69EDC
Tints of Plum #E69EDC
RGB
CMYK
RGB Variations
Color information
#E69EDC (or 0xE69EDC) is known color: Plum. HEX triplet: E6, 9E and DC. RGB value is (230,158,220). Sum of RGB (Red+Green+Blue) = 230+158+220=608 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.83% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69EDC is #196123. Grayscale: #BABABA. Windows color (decimal): -1663268 or 14458598. OLE color: 14458598.
HSL color Cylindrical-coordinate representation of color #E69EDC: hue angle of 308.33º 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 #E69EDC is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 220 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.10 |
| HSL | 308.33º | 0.59% | 0.76% | - |
| HSV(B) | 308.33º | 0.31% | 0.9% | - |
| XYZ | 57.78 | 46.44 | 73.63 | - |
| YUV | 186.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 220 | 0 | 0.31 | 0.04 | 0.10 | 308.33 | 0.59 | 0.76 |
| Hex | E6 | 9E | DC | 0 | 1F | 4 | A | 134 | 3B | 4C |
| Octal | 346 | 236 | 334 | 0 | 37 | 4 | 12 | 464 | 73 | 114 |
| Binary | 11100110 | 10011110 | 11011100 | 0 | 11111 | 100 | 1010 | 100110100 | 111011 | 1001100 |
Color Harmonies of #E69EDC
Complementary color
Monochromatic Colors of #E69EDC
Black with #E69EDC
Text Example
Text Example
White with #E69EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EDC; }
p { color: rgb(230,158,220); }
H1.HeaderClassName
{
color: #E69EDC;
}
.AnyTagClassName
{
color: #E69EDC;
}
</style>
background-color css
<style>
a { background-color: #E69EDC; }
a { background-color: rgb(230,158,220); }
div.DivClassName
{
background-color: #E69EDC;
}
.BgClassName
{
background-color: #E69EDC;
}
</style>
border-color css
<style>
span { border-color: #E69EDC; }
span { border-color: rgb(230,158,220); }
td.TdClassName
{
border-color: #E69EDC;
}
.TagClassName
{
border-color: #E69EDC;
}
</style>