Shades of Plum #E1A4EA
Tints of Plum #E1A4EA
RGB
CMYK
RGB Variations
Color information
#E1A4EA (or 0xE1A4EA) is known color: Plum. HEX triplet: E1, A4 and EA. RGB value is (225,164,234). Sum of RGB (Red+Green+Blue) = 225+164+234=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1A4EA is #1E5B15. Grayscale: #BEBEBE. Windows color (decimal): -1989398 or 15377633. OLE color: 15377633.
HSL color Cylindrical-coordinate representation of color #E1A4EA: hue angle of 292.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1A4EA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 164 | 234 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.08 |
| HSL | 292.29º | 0.63% | 0.78% | - |
| HSV(B) | 292.29º | 0.3% | 0.92% | - |
| XYZ | 59.18 | 48.5 | 84.08 | - |
| YUV | 190.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 234 | 0.04 | 0.30 | 0 | 0.08 | 292.29 | 0.63 | 0.78 |
| Hex | E1 | A4 | EA | 4 | 1E | 0 | 8 | 124 | 3E | 4E |
| Octal | 341 | 244 | 352 | 4 | 36 | 0 | 10 | 444 | 76 | 116 |
| Binary | 11100001 | 10100100 | 11101010 | 100 | 11110 | 0 | 1000 | 100100100 | 111110 | 1001110 |
Color Harmonies of #E1A4EA
Complementary color
Monochromatic Colors of #E1A4EA
Black with #E1A4EA
Text Example
Text Example
White with #E1A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A4EA; }
p { color: rgb(225,164,234); }
H1.HeaderClassName
{
color: #E1A4EA;
}
.AnyTagClassName
{
color: #E1A4EA;
}
</style>
background-color css
<style>
a { background-color: #E1A4EA; }
a { background-color: rgb(225,164,234); }
div.DivClassName
{
background-color: #E1A4EA;
}
.BgClassName
{
background-color: #E1A4EA;
}
</style>
border-color css
<style>
span { border-color: #E1A4EA; }
span { border-color: rgb(225,164,234); }
td.TdClassName
{
border-color: #E1A4EA;
}
.TagClassName
{
border-color: #E1A4EA;
}
</style>