Shades of Plum #EEA1EA
Tints of Plum #EEA1EA
RGB
CMYK
RGB Variations
Color information
#EEA1EA (or 0xEEA1EA) is known color: Plum. HEX triplet: EE, A1 and EA. RGB value is (238,161,234). Sum of RGB (Red+Green+Blue) = 238+161+234=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 161 (63.28% from 255 or 25.43% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1EA is #115E15. Grayscale: #C0C0C0. Windows color (decimal): -1138198 or 15376878. OLE color: 15376878.
HSL color Cylindrical-coordinate representation of color #EEA1EA: hue angle of 303.12º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA1EA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 234 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.07 |
| HSL | 303.12º | 0.69% | 0.78% | - |
| HSV(B) | 303.12º | 0.32% | 0.93% | - |
| XYZ | 62.86 | 49.61 | 84.1 | - |
| YUV | 192.35 | 151.51 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 234 | 0 | 0.32 | 0.02 | 0.07 | 303.12 | 0.69 | 0.78 |
| Hex | EE | A1 | EA | 0 | 20 | 2 | 7 | 12F | 45 | 4E |
| Octal | 356 | 241 | 352 | 0 | 40 | 2 | 7 | 457 | 105 | 116 |
| Binary | 11101110 | 10100001 | 11101010 | 0 | 100000 | 10 | 111 | 100101111 | 1000101 | 1001110 |
Color Harmonies of #EEA1EA
Complementary color
Monochromatic Colors of #EEA1EA
Black with #EEA1EA
Text Example
Text Example
White with #EEA1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1EA; }
p { color: rgb(238,161,234); }
H1.HeaderClassName
{
color: #EEA1EA;
}
.AnyTagClassName
{
color: #EEA1EA;
}
</style>
background-color css
<style>
a { background-color: #EEA1EA; }
a { background-color: rgb(238,161,234); }
div.DivClassName
{
background-color: #EEA1EA;
}
.BgClassName
{
background-color: #EEA1EA;
}
</style>
border-color css
<style>
span { border-color: #EEA1EA; }
span { border-color: rgb(238,161,234); }
td.TdClassName
{
border-color: #EEA1EA;
}
.TagClassName
{
border-color: #EEA1EA;
}
</style>