Shades of Plum #E6A0EA
Tints of Plum #E6A0EA
RGB
CMYK
RGB Variations
Color information
#E6A0EA (or 0xE6A0EA) is known color: Plum. HEX triplet: E6, A0 and EA. RGB value is (230,160,234). Sum of RGB (Red+Green+Blue) = 230+160+234=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 160 (62.89% from 255 or 25.64% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6A0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A0EA is #195F15. Grayscale: #BDBDBD. Windows color (decimal): -1662742 or 15376614. OLE color: 15376614.
HSL color Cylindrical-coordinate representation of color #E6A0EA: hue angle of 296.76º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6A0EA is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 160 | 234 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.08 |
| HSL | 296.76º | 0.64% | 0.77% | - |
| HSV(B) | 296.76º | 0.32% | 0.92% | - |
| XYZ | 60.06 | 47.91 | 83.92 | - |
| YUV | 189.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 234 | 0.02 | 0.32 | 0 | 0.08 | 296.76 | 0.64 | 0.77 |
| Hex | E6 | A0 | EA | 2 | 20 | 0 | 8 | 129 | 40 | 4D |
| Octal | 346 | 240 | 352 | 2 | 40 | 0 | 10 | 451 | 100 | 115 |
| Binary | 11100110 | 10100000 | 11101010 | 10 | 100000 | 0 | 1000 | 100101001 | 1000000 | 1001101 |
Color Harmonies of #E6A0EA
Complementary color
Monochromatic Colors of #E6A0EA
Black with #E6A0EA
Text Example
Text Example
White with #E6A0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A0EA; }
p { color: rgb(230,160,234); }
H1.HeaderClassName
{
color: #E6A0EA;
}
.AnyTagClassName
{
color: #E6A0EA;
}
</style>
background-color css
<style>
a { background-color: #E6A0EA; }
a { background-color: rgb(230,160,234); }
div.DivClassName
{
background-color: #E6A0EA;
}
.BgClassName
{
background-color: #E6A0EA;
}
</style>
border-color css
<style>
span { border-color: #E6A0EA; }
span { border-color: rgb(230,160,234); }
td.TdClassName
{
border-color: #E6A0EA;
}
.TagClassName
{
border-color: #E6A0EA;
}
</style>