Shades of Plum #E1A6EA
Tints of Plum #E1A6EA
RGB
CMYK
RGB Variations
Color information
#E1A6EA (or 0xE1A6EA) is known color: Plum. HEX triplet: E1, A6 and EA. RGB value is (225,166,234). Sum of RGB (Red+Green+Blue) = 225+166+234=625 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1A6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A6EA is #1E5915. Grayscale: #BFBFBF. Windows color (decimal): -1988886 or 15378145. OLE color: 15378145.
HSL color Cylindrical-coordinate representation of color #E1A6EA: hue angle of 292.06º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1A6EA is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 166 | 234 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.08 |
| HSL | 292.06º | 0.62% | 0.78% | - |
| HSV(B) | 292.06º | 0.29% | 0.92% | - |
| XYZ | 59.54 | 49.22 | 84.2 | - |
| YUV | 191.39 | 152.05 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 234 | 0.04 | 0.29 | 0 | 0.08 | 292.06 | 0.62 | 0.78 |
| Hex | E1 | A6 | EA | 4 | 1D | 0 | 8 | 124 | 3E | 4E |
| Octal | 341 | 246 | 352 | 4 | 35 | 0 | 10 | 444 | 76 | 116 |
| Binary | 11100001 | 10100110 | 11101010 | 100 | 11101 | 0 | 1000 | 100100100 | 111110 | 1001110 |
Color Harmonies of #E1A6EA
Complementary color
Monochromatic Colors of #E1A6EA
Black with #E1A6EA
Text Example
Text Example
White with #E1A6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A6EA; }
p { color: rgb(225,166,234); }
H1.HeaderClassName
{
color: #E1A6EA;
}
.AnyTagClassName
{
color: #E1A6EA;
}
</style>
background-color css
<style>
a { background-color: #E1A6EA; }
a { background-color: rgb(225,166,234); }
div.DivClassName
{
background-color: #E1A6EA;
}
.BgClassName
{
background-color: #E1A6EA;
}
</style>
border-color css
<style>
span { border-color: #E1A6EA; }
span { border-color: rgb(225,166,234); }
td.TdClassName
{
border-color: #E1A6EA;
}
.TagClassName
{
border-color: #E1A6EA;
}
</style>