Shades of Plum #EEA2ED
Tints of Plum #EEA2ED
RGB
CMYK
RGB Variations
Color information
#EEA2ED (or 0xEEA2ED) is known color: Plum. HEX triplet: EE, A2 and ED. RGB value is (238,162,237). Sum of RGB (Red+Green+Blue) = 238+162+237=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA2ED is #115D12. Grayscale: #C1C1C1. Windows color (decimal): -1137939 or 15573742. OLE color: 15573742.
HSL color Cylindrical-coordinate representation of color #EEA2ED: hue angle of 300.79º 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 #EEA2ED is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 162 | 237 | - |
CMYK | 0 | 0.32 | 0.00 | 0.07 |
HSL | 300.79º | 0.69% | 0.78% | - |
HSV(B) | 300.79º | 0.32% | 0.93% | - |
XYZ | 63.47 | 50.13 | 86.45 | - |
YUV | 193.27 | 152.68 | 159.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 162 | 237 | 0 | 0.32 | 0.00 | 0.07 | 300.79 | 0.69 | 0.78 |
Hex | EE | A2 | ED | 0 | 20 | 0 | 7 | 12D | 45 | 4E |
Octal | 356 | 242 | 355 | 0 | 40 | 0 | 7 | 455 | 105 | 116 |
Binary | 11101110 | 10100010 | 11101101 | 0 | 100000 | 0 | 111 | 100101101 | 1000101 | 1001110 |
Color Harmonies of #EEA2ED
Complementary color
Monochromatic Colors of #EEA2ED
Black with #EEA2ED
Text Example
Text Example
White with #EEA2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA2ED; }
p { color: rgb(238,162,237); }
H1.HeaderClassName
{
color: #EEA2ED;
}
.AnyTagClassName
{
color: #EEA2ED;
}
</style>
background-color css
<style>
a { background-color: #EEA2ED; }
a { background-color: rgb(238,162,237); }
div.DivClassName
{
background-color: #EEA2ED;
}
.BgClassName
{
background-color: #EEA2ED;
}
</style>
border-color css
<style>
span { border-color: #EEA2ED; }
span { border-color: rgb(238,162,237); }
td.TdClassName
{
border-color: #EEA2ED;
}
.TagClassName
{
border-color: #EEA2ED;
}
</style>