Shades of Plum #E6A5EE
Tints of Plum #E6A5EE
RGB
CMYK
RGB Variations
Color information
#E6A5EE (or 0xE6A5EE) is known color: Plum. HEX triplet: E6, A5 and EE. RGB value is (230,165,238). Sum of RGB (Red+Green+Blue) = 230+165+238=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6A5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6A5EE is #195A11. Grayscale: #C0C0C0. Windows color (decimal): -1661458 or 15640038. OLE color: 15640038.
HSL color Cylindrical-coordinate representation of color #E6A5EE: hue angle of 293.42º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6A5EE is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 165 | 238 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.07 |
| HSL | 293.42º | 0.68% | 0.79% | - |
| HSV(B) | 293.42º | 0.31% | 0.93% | - |
| XYZ | 61.52 | 49.91 | 87.28 | - |
| YUV | 192.76 | 153.53 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 165 | 238 | 0.03 | 0.31 | 0 | 0.07 | 293.42 | 0.68 | 0.79 |
| Hex | E6 | A5 | EE | 3 | 1F | 0 | 7 | 125 | 44 | 4F |
| Octal | 346 | 245 | 356 | 3 | 37 | 0 | 7 | 445 | 104 | 117 |
| Binary | 11100110 | 10100101 | 11101110 | 11 | 11111 | 0 | 111 | 100100101 | 1000100 | 1001111 |
Color Harmonies of #E6A5EE
Complementary color
Monochromatic Colors of #E6A5EE
Black with #E6A5EE
Text Example
Text Example
White with #E6A5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A5EE; }
p { color: rgb(230,165,238); }
H1.HeaderClassName
{
color: #E6A5EE;
}
.AnyTagClassName
{
color: #E6A5EE;
}
</style>
background-color css
<style>
a { background-color: #E6A5EE; }
a { background-color: rgb(230,165,238); }
div.DivClassName
{
background-color: #E6A5EE;
}
.BgClassName
{
background-color: #E6A5EE;
}
</style>
border-color css
<style>
span { border-color: #E6A5EE; }
span { border-color: rgb(230,165,238); }
td.TdClassName
{
border-color: #E6A5EE;
}
.TagClassName
{
border-color: #E6A5EE;
}
</style>