Shades of Plum #E69CED
Tints of Plum #E69CED
RGB
CMYK
RGB Variations
Color information
#E69CED (or 0xE69CED) is known color: Plum. HEX triplet: E6, 9C and ED. RGB value is (230,156,237). Sum of RGB (Red+Green+Blue) = 230+156+237=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #E69CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CED is #196312. Grayscale: #BBBBBB. Windows color (decimal): -1663763 or 15572198. OLE color: 15572198.
HSL color Cylindrical-coordinate representation of color #E69CED: hue angle of 294.81º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E69CED is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 156 | 237 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.07 |
| HSL | 294.81º | 0.69% | 0.77% | - |
| HSV(B) | 294.81º | 0.34% | 0.93% | - |
| XYZ | 59.81 | 46.71 | 85.99 | - |
| YUV | 187.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 237 | 0.03 | 0.34 | 0 | 0.07 | 294.81 | 0.69 | 0.77 |
| Hex | E6 | 9C | ED | 3 | 22 | 0 | 7 | 127 | 45 | 4D |
| Octal | 346 | 234 | 355 | 3 | 42 | 0 | 7 | 447 | 105 | 115 |
| Binary | 11100110 | 10011100 | 11101101 | 11 | 100010 | 0 | 111 | 100100111 | 1000101 | 1001101 |
Color Harmonies of #E69CED
Complementary color
Monochromatic Colors of #E69CED
Black with #E69CED
Text Example
Text Example
White with #E69CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CED; }
p { color: rgb(230,156,237); }
H1.HeaderClassName
{
color: #E69CED;
}
.AnyTagClassName
{
color: #E69CED;
}
</style>
background-color css
<style>
a { background-color: #E69CED; }
a { background-color: rgb(230,156,237); }
div.DivClassName
{
background-color: #E69CED;
}
.BgClassName
{
background-color: #E69CED;
}
</style>
border-color css
<style>
span { border-color: #E69CED; }
span { border-color: rgb(230,156,237); }
td.TdClassName
{
border-color: #E69CED;
}
.TagClassName
{
border-color: #E69CED;
}
</style>