Shades of Plum #EEA4E9
Tints of Plum #EEA4E9
RGB
CMYK
RGB Variations
Color information
#EEA4E9 (or 0xEEA4E9) is known color: Plum. HEX triplet: EE, A4 and E9. RGB value is (238,164,233). Sum of RGB (Red+Green+Blue) = 238+164+233=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 233 (91.41% from 255 or 36.69% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4E9 is #115B16. Grayscale: #C1C1C1. Windows color (decimal): -1137431 or 15312110. OLE color: 15312110.
HSL color Cylindrical-coordinate representation of color #EEA4E9: hue angle of 304.05º degrees, saturation: 0.69, 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 #EEA4E9 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 233 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.07 |
| HSL | 304.05º | 0.69% | 0.79% | - |
| HSV(B) | 304.05º | 0.31% | 0.93% | - |
| XYZ | 63.24 | 50.61 | 83.53 | - |
| YUV | 193.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 233 | 0 | 0.31 | 0.02 | 0.07 | 304.05 | 0.69 | 0.79 |
| Hex | EE | A4 | E9 | 0 | 1F | 2 | 7 | 130 | 45 | 4F |
| Octal | 356 | 244 | 351 | 0 | 37 | 2 | 7 | 460 | 105 | 117 |
| Binary | 11101110 | 10100100 | 11101001 | 0 | 11111 | 10 | 111 | 100110000 | 1000101 | 1001111 |
Color Harmonies of #EEA4E9
Complementary color
Monochromatic Colors of #EEA4E9
Black with #EEA4E9
Text Example
Text Example
White with #EEA4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA4E9; }
p { color: rgb(238,164,233); }
H1.HeaderClassName
{
color: #EEA4E9;
}
.AnyTagClassName
{
color: #EEA4E9;
}
</style>
background-color css
<style>
a { background-color: #EEA4E9; }
a { background-color: rgb(238,164,233); }
div.DivClassName
{
background-color: #EEA4E9;
}
.BgClassName
{
background-color: #EEA4E9;
}
</style>
border-color css
<style>
span { border-color: #EEA4E9; }
span { border-color: rgb(238,164,233); }
td.TdClassName
{
border-color: #EEA4E9;
}
.TagClassName
{
border-color: #EEA4E9;
}
</style>