Shades of Plum #E3A5EB
Tints of Plum #E3A5EB
RGB
CMYK
RGB Variations
Color information
#E3A5EB (or 0xE3A5EB) is known color: Plum. HEX triplet: E3, A5 and EB. RGB value is (227,165,235). Sum of RGB (Red+Green+Blue) = 227+165+235=627 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.20% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #E3A5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3A5EB is #1C5A14. Grayscale: #BFBFBF. Windows color (decimal): -1858069 or 15443427. OLE color: 15443427.
HSL color Cylindrical-coordinate representation of color #E3A5EB: hue angle of 293.14º degrees, saturation: 0.64, 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 #E3A5EB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 165 | 235 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.08 |
| HSL | 293.14º | 0.64% | 0.78% | - |
| HSV(B) | 293.14º | 0.3% | 0.92% | - |
| XYZ | 60.13 | 49.24 | 84.93 | - |
| YUV | 191.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 235 | 0.03 | 0.30 | 0 | 0.08 | 293.14 | 0.64 | 0.78 |
| Hex | E3 | A5 | EB | 3 | 1E | 0 | 8 | 125 | 40 | 4E |
| Octal | 343 | 245 | 353 | 3 | 36 | 0 | 10 | 445 | 100 | 116 |
| Binary | 11100011 | 10100101 | 11101011 | 11 | 11110 | 0 | 1000 | 100100101 | 1000000 | 1001110 |
Color Harmonies of #E3A5EB
Complementary color
Monochromatic Colors of #E3A5EB
Black with #E3A5EB
Text Example
Text Example
White with #E3A5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A5EB; }
p { color: rgb(227,165,235); }
H1.HeaderClassName
{
color: #E3A5EB;
}
.AnyTagClassName
{
color: #E3A5EB;
}
</style>
background-color css
<style>
a { background-color: #E3A5EB; }
a { background-color: rgb(227,165,235); }
div.DivClassName
{
background-color: #E3A5EB;
}
.BgClassName
{
background-color: #E3A5EB;
}
</style>
border-color css
<style>
span { border-color: #E3A5EB; }
span { border-color: rgb(227,165,235); }
td.TdClassName
{
border-color: #E3A5EB;
}
.TagClassName
{
border-color: #E3A5EB;
}
</style>