Shades of Plum #E69CDA
Tints of Plum #E69CDA
RGB
CMYK
RGB Variations
Color information
#E69CDA (or 0xE69CDA) is known color: Plum. HEX triplet: E6, 9C and DA. RGB value is (230,156,218). Sum of RGB (Red+Green+Blue) = 230+156+218=604 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.08% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CDA is #196325. Grayscale: #B9B9B9. Windows color (decimal): -1663782 or 14327014. OLE color: 14327014.
HSL color Cylindrical-coordinate representation of color #E69CDA: hue angle of 309.73º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69CDA is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 218 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.10 |
| HSL | 309.73º | 0.6% | 0.76% | - |
| HSV(B) | 309.73º | 0.32% | 0.9% | - |
| XYZ | 57.18 | 45.66 | 72.13 | - |
| YUV | 185.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 218 | 0 | 0.32 | 0.05 | 0.10 | 309.73 | 0.6 | 0.76 |
| Hex | E6 | 9C | DA | 0 | 20 | 5 | A | 136 | 3C | 4C |
| Octal | 346 | 234 | 332 | 0 | 40 | 5 | 12 | 466 | 74 | 114 |
| Binary | 11100110 | 10011100 | 11011010 | 0 | 100000 | 101 | 1010 | 100110110 | 111100 | 1001100 |
Color Harmonies of #E69CDA
Complementary color
Monochromatic Colors of #E69CDA
Black with #E69CDA
Text Example
Text Example
White with #E69CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CDA; }
p { color: rgb(230,156,218); }
H1.HeaderClassName
{
color: #E69CDA;
}
.AnyTagClassName
{
color: #E69CDA;
}
</style>
background-color css
<style>
a { background-color: #E69CDA; }
a { background-color: rgb(230,156,218); }
div.DivClassName
{
background-color: #E69CDA;
}
.BgClassName
{
background-color: #E69CDA;
}
</style>
border-color css
<style>
span { border-color: #E69CDA; }
span { border-color: rgb(230,156,218); }
td.TdClassName
{
border-color: #E69CDA;
}
.TagClassName
{
border-color: #E69CDA;
}
</style>