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