Shades of Plum #E69ADA
Tints of Plum #E69ADA
RGB
CMYK
RGB Variations
Color information
#E69ADA (or 0xE69ADA) is known color: Plum. HEX triplet: E6, 9A and DA. RGB value is (230,154,218). Sum of RGB (Red+Green+Blue) = 230+154+218=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ADA is #196525. Grayscale: #B7B7B7. Windows color (decimal): -1664294 or 14326502. OLE color: 14326502.
HSL color Cylindrical-coordinate representation of color #E69ADA: hue angle of 309.47º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69ADA is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 218 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.10 |
| HSL | 309.47º | 0.6% | 0.75% | - |
| HSV(B) | 309.47º | 0.33% | 0.9% | - |
| XYZ | 56.84 | 45 | 72.02 | - |
| YUV | 184.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 218 | 0 | 0.33 | 0.05 | 0.10 | 309.47 | 0.6 | 0.75 |
| Hex | E6 | 9A | DA | 0 | 21 | 5 | A | 135 | 3C | 4B |
| Octal | 346 | 232 | 332 | 0 | 41 | 5 | 12 | 465 | 74 | 113 |
| Binary | 11100110 | 10011010 | 11011010 | 0 | 100001 | 101 | 1010 | 100110101 | 111100 | 1001011 |
Color Harmonies of #E69ADA
Complementary color
Monochromatic Colors of #E69ADA
Black with #E69ADA
Text Example
Text Example
White with #E69ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ADA; }
p { color: rgb(230,154,218); }
H1.HeaderClassName
{
color: #E69ADA;
}
.AnyTagClassName
{
color: #E69ADA;
}
</style>
background-color css
<style>
a { background-color: #E69ADA; }
a { background-color: rgb(230,154,218); }
div.DivClassName
{
background-color: #E69ADA;
}
.BgClassName
{
background-color: #E69ADA;
}
</style>
border-color css
<style>
span { border-color: #E69ADA; }
span { border-color: rgb(230,154,218); }
td.TdClassName
{
border-color: #E69ADA;
}
.TagClassName
{
border-color: #E69ADA;
}
</style>