Shades of Plum #EEA5ED
Tints of Plum #EEA5ED
RGB
CMYK
RGB Variations
Color information
#EEA5ED (or 0xEEA5ED) is known color: Plum. HEX triplet: EE, A5 and ED. RGB value is (238,165,237). Sum of RGB (Red+Green+Blue) = 238+165+237=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5ED is #115A12. Grayscale: #C2C2C2. Windows color (decimal): -1137171 or 15574510. OLE color: 15574510.
HSL color Cylindrical-coordinate representation of color #EEA5ED: hue angle of 300.82º 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 #EEA5ED is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 237 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.07 |
| HSL | 300.82º | 0.68% | 0.79% | - |
| HSV(B) | 300.82º | 0.31% | 0.93% | - |
| XYZ | 64 | 51.2 | 86.63 | - |
| YUV | 195.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 237 | 0 | 0.31 | 0.00 | 0.07 | 300.82 | 0.68 | 0.79 |
| Hex | EE | A5 | ED | 0 | 1F | 0 | 7 | 12D | 44 | 4F |
| Octal | 356 | 245 | 355 | 0 | 37 | 0 | 7 | 455 | 104 | 117 |
| Binary | 11101110 | 10100101 | 11101101 | 0 | 11111 | 0 | 111 | 100101101 | 1000100 | 1001111 |
Color Harmonies of #EEA5ED
Complementary color
Monochromatic Colors of #EEA5ED
Black with #EEA5ED
Text Example
Text Example
White with #EEA5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA5ED; }
p { color: rgb(238,165,237); }
H1.HeaderClassName
{
color: #EEA5ED;
}
.AnyTagClassName
{
color: #EEA5ED;
}
</style>
background-color css
<style>
a { background-color: #EEA5ED; }
a { background-color: rgb(238,165,237); }
div.DivClassName
{
background-color: #EEA5ED;
}
.BgClassName
{
background-color: #EEA5ED;
}
</style>
border-color css
<style>
span { border-color: #EEA5ED; }
span { border-color: rgb(238,165,237); }
td.TdClassName
{
border-color: #EEA5ED;
}
.TagClassName
{
border-color: #EEA5ED;
}
</style>