Shades of Plum #EEA1ED
Tints of Plum #EEA1ED
RGB
CMYK
RGB Variations
Color information
#EEA1ED (or 0xEEA1ED) is known color: Plum. HEX triplet: EE, A1 and ED. RGB value is (238,161,237). Sum of RGB (Red+Green+Blue) = 238+161+237=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 161 (63.28% from 255 or 25.31% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA1ED is #115E12. Grayscale: #C0C0C0. Windows color (decimal): -1138195 or 15573486. OLE color: 15573486.
HSL color Cylindrical-coordinate representation of color #EEA1ED: hue angle of 300.78º 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 #EEA1ED is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 161 | 237 | - |
CMYK | 0 | 0.32 | 0.00 | 0.07 |
HSL | 300.78º | 0.69% | 0.78% | - |
HSV(B) | 300.78º | 0.32% | 0.93% | - |
XYZ | 63.29 | 49.78 | 86.39 | - |
YUV | 192.69 | 153.01 | 160.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 161 | 237 | 0 | 0.32 | 0.00 | 0.07 | 300.78 | 0.69 | 0.78 |
Hex | EE | A1 | ED | 0 | 20 | 0 | 7 | 12D | 45 | 4E |
Octal | 356 | 241 | 355 | 0 | 40 | 0 | 7 | 455 | 105 | 116 |
Binary | 11101110 | 10100001 | 11101101 | 0 | 100000 | 0 | 111 | 100101101 | 1000101 | 1001110 |
Color Harmonies of #EEA1ED
Complementary color
Monochromatic Colors of #EEA1ED
Black with #EEA1ED
Text Example
Text Example
White with #EEA1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1ED; }
p { color: rgb(238,161,237); }
H1.HeaderClassName
{
color: #EEA1ED;
}
.AnyTagClassName
{
color: #EEA1ED;
}
</style>
background-color css
<style>
a { background-color: #EEA1ED; }
a { background-color: rgb(238,161,237); }
div.DivClassName
{
background-color: #EEA1ED;
}
.BgClassName
{
background-color: #EEA1ED;
}
</style>
border-color css
<style>
span { border-color: #EEA1ED; }
span { border-color: rgb(238,161,237); }
td.TdClassName
{
border-color: #EEA1ED;
}
.TagClassName
{
border-color: #EEA1ED;
}
</style>