Shades of Plum #E69ADE
Tints of Plum #E69ADE
RGB
CMYK
RGB Variations
Color information
#E69ADE (or 0xE69ADE) is known color: Plum. HEX triplet: E6, 9A and DE. RGB value is (230,154,222). Sum of RGB (Red+Green+Blue) = 230+154+222=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E69ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69ADE is #196521. Grayscale: #B8B8B8. Windows color (decimal): -1664290 or 14588646. OLE color: 14588646.
HSL color Cylindrical-coordinate representation of color #E69ADE: hue angle of 306.32º 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 #E69ADE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 154 | 222 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.10 |
| HSL | 306.32º | 0.6% | 0.75% | - |
| HSV(B) | 306.32º | 0.33% | 0.9% | - |
| XYZ | 57.37 | 45.21 | 74.81 | - |
| YUV | 184.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 154 | 222 | 0 | 0.33 | 0.03 | 0.10 | 306.32 | 0.6 | 0.75 |
| Hex | E6 | 9A | DE | 0 | 21 | 3 | A | 132 | 3C | 4B |
| Octal | 346 | 232 | 336 | 0 | 41 | 3 | 12 | 462 | 74 | 113 |
| Binary | 11100110 | 10011010 | 11011110 | 0 | 100001 | 11 | 1010 | 100110010 | 111100 | 1001011 |
Color Harmonies of #E69ADE
Complementary color
Monochromatic Colors of #E69ADE
Black with #E69ADE
Text Example
Text Example
White with #E69ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69ADE; }
p { color: rgb(230,154,222); }
H1.HeaderClassName
{
color: #E69ADE;
}
.AnyTagClassName
{
color: #E69ADE;
}
</style>
background-color css
<style>
a { background-color: #E69ADE; }
a { background-color: rgb(230,154,222); }
div.DivClassName
{
background-color: #E69ADE;
}
.BgClassName
{
background-color: #E69ADE;
}
</style>
border-color css
<style>
span { border-color: #E69ADE; }
span { border-color: rgb(230,154,222); }
td.TdClassName
{
border-color: #E69ADE;
}
.TagClassName
{
border-color: #E69ADE;
}
</style>