Shades of Plum #EEA4ED
Tints of Plum #EEA4ED
RGB
CMYK
RGB Variations
Color information
#EEA4ED (or 0xEEA4ED) is known color: Plum. HEX triplet: EE, A4 and ED. RGB value is (238,164,237). Sum of RGB (Red+Green+Blue) = 238+164+237=639 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.25% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA4ED is #115B12. Grayscale: #C2C2C2. Windows color (decimal): -1137427 or 15574254. OLE color: 15574254.
HSL color Cylindrical-coordinate representation of color #EEA4ED: hue angle of 300.81º 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 #EEA4ED is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 237 | - |
| CMYK | 0 | 0.31 | 0.00 | 0.07 |
| HSL | 300.81º | 0.69% | 0.79% | - |
| HSV(B) | 300.81º | 0.31% | 0.93% | - |
| XYZ | 63.82 | 50.84 | 86.57 | - |
| YUV | 194.45 | 152.02 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 237 | 0 | 0.31 | 0.00 | 0.07 | 300.81 | 0.69 | 0.79 |
| Hex | EE | A4 | ED | 0 | 1F | 0 | 7 | 12D | 45 | 4F |
| Octal | 356 | 244 | 355 | 0 | 37 | 0 | 7 | 455 | 105 | 117 |
| Binary | 11101110 | 10100100 | 11101101 | 0 | 11111 | 0 | 111 | 100101101 | 1000101 | 1001111 |
Color Harmonies of #EEA4ED
Complementary color
Monochromatic Colors of #EEA4ED
Black with #EEA4ED
Text Example
Text Example
White with #EEA4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA4ED; }
p { color: rgb(238,164,237); }
H1.HeaderClassName
{
color: #EEA4ED;
}
.AnyTagClassName
{
color: #EEA4ED;
}
</style>
background-color css
<style>
a { background-color: #EEA4ED; }
a { background-color: rgb(238,164,237); }
div.DivClassName
{
background-color: #EEA4ED;
}
.BgClassName
{
background-color: #EEA4ED;
}
</style>
border-color css
<style>
span { border-color: #EEA4ED; }
span { border-color: rgb(238,164,237); }
td.TdClassName
{
border-color: #EEA4ED;
}
.TagClassName
{
border-color: #EEA4ED;
}
</style>