Shades of Plum #E3A8EA
Tints of Plum #E3A8EA
RGB
CMYK
RGB Variations
Color information
#E3A8EA (or 0xE3A8EA) is known color: Plum. HEX triplet: E3, A8 and EA. RGB value is (227,168,234). Sum of RGB (Red+Green+Blue) = 227+168+234=629 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.09% from 629); Green value is 168 (66.02% from 255 or 26.71% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #E3A8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A8EA is #1C5715. Grayscale: #C0C0C0. Windows color (decimal): -1857302 or 15378659. OLE color: 15378659.
HSL color Cylindrical-coordinate representation of color #E3A8EA: hue angle of 293.64º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3A8EA is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 168 | 234 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.08 |
| HSL | 293.64º | 0.61% | 0.79% | - |
| HSV(B) | 293.64º | 0.28% | 0.92% | - |
| XYZ | 60.53 | 50.28 | 84.36 | - |
| YUV | 193.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 168 | 234 | 0.03 | 0.28 | 0 | 0.08 | 293.64 | 0.61 | 0.79 |
| Hex | E3 | A8 | EA | 3 | 1C | 0 | 8 | 126 | 3D | 4F |
| Octal | 343 | 250 | 352 | 3 | 34 | 0 | 10 | 446 | 75 | 117 |
| Binary | 11100011 | 10101000 | 11101010 | 11 | 11100 | 0 | 1000 | 100100110 | 111101 | 1001111 |
Color Harmonies of #E3A8EA
Complementary color
Monochromatic Colors of #E3A8EA
Black with #E3A8EA
Text Example
Text Example
White with #E3A8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A8EA; }
p { color: rgb(227,168,234); }
H1.HeaderClassName
{
color: #E3A8EA;
}
.AnyTagClassName
{
color: #E3A8EA;
}
</style>
background-color css
<style>
a { background-color: #E3A8EA; }
a { background-color: rgb(227,168,234); }
div.DivClassName
{
background-color: #E3A8EA;
}
.BgClassName
{
background-color: #E3A8EA;
}
</style>
border-color css
<style>
span { border-color: #E3A8EA; }
span { border-color: rgb(227,168,234); }
td.TdClassName
{
border-color: #E3A8EA;
}
.TagClassName
{
border-color: #E3A8EA;
}
</style>