Shades of Plum #E0A4EA
Tints of Plum #E0A4EA
RGB
CMYK
RGB Variations
Color information
#E0A4EA (or 0xE0A4EA) is known color: Plum. HEX triplet: E0, A4 and EA. RGB value is (224,164,234). Sum of RGB (Red+Green+Blue) = 224+164+234=622 (82% of max value = 765). Red value is 224 (87.89% from 255 or 36.01% from 622); Green value is 164 (64.45% from 255 or 26.37% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #E0A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A4EA is #1F5B15. Grayscale: #BDBDBD. Windows color (decimal): -2054934 or 15377632. OLE color: 15377632.
HSL color Cylindrical-coordinate representation of color #E0A4EA: hue angle of 291.43º 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 #E0A4EA is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 164 | 234 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.08 |
| HSL | 291.43º | 0.63% | 0.78% | - |
| HSV(B) | 291.43º | 0.3% | 0.92% | - |
| XYZ | 58.87 | 48.34 | 84.07 | - |
| YUV | 189.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 164 | 234 | 0.04 | 0.30 | 0 | 0.08 | 291.43 | 0.63 | 0.78 |
| Hex | E0 | A4 | EA | 4 | 1E | 0 | 8 | 123 | 3E | 4E |
| Octal | 340 | 244 | 352 | 4 | 36 | 0 | 10 | 443 | 76 | 116 |
| Binary | 11100000 | 10100100 | 11101010 | 100 | 11110 | 0 | 1000 | 100100011 | 111110 | 1001110 |
Color Harmonies of #E0A4EA
Complementary color
Monochromatic Colors of #E0A4EA
Black with #E0A4EA
Text Example
Text Example
White with #E0A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A4EA; }
p { color: rgb(224,164,234); }
H1.HeaderClassName
{
color: #E0A4EA;
}
.AnyTagClassName
{
color: #E0A4EA;
}
</style>
background-color css
<style>
a { background-color: #E0A4EA; }
a { background-color: rgb(224,164,234); }
div.DivClassName
{
background-color: #E0A4EA;
}
.BgClassName
{
background-color: #E0A4EA;
}
</style>
border-color css
<style>
span { border-color: #E0A4EA; }
span { border-color: rgb(224,164,234); }
td.TdClassName
{
border-color: #E0A4EA;
}
.TagClassName
{
border-color: #E0A4EA;
}
</style>