Shades of Plum #EDA2EA
Tints of Plum #EDA2EA
RGB
CMYK
RGB Variations
Color information
#EDA2EA (or 0xEDA2EA) is known color: Plum. HEX triplet: ED, A2 and EA. RGB value is (237,162,234). Sum of RGB (Red+Green+Blue) = 237+162+234=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2EA is #125D15. Grayscale: #C0C0C0. Windows color (decimal): -1203478 or 15377133. OLE color: 15377133.
HSL color Cylindrical-coordinate representation of color #EDA2EA: hue angle of 302.4º degrees, saturation: 0.68, 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 #EDA2EA is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 234 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.07 |
| HSL | 302.4º | 0.68% | 0.78% | - |
| HSV(B) | 302.4º | 0.32% | 0.93% | - |
| XYZ | 62.7 | 49.79 | 84.15 | - |
| YUV | 192.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 234 | 0 | 0.32 | 0.01 | 0.07 | 302.4 | 0.68 | 0.78 |
| Hex | ED | A2 | EA | 0 | 20 | 1 | 7 | 12E | 44 | 4E |
| Octal | 355 | 242 | 352 | 0 | 40 | 1 | 7 | 456 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11101010 | 0 | 100000 | 1 | 111 | 100101110 | 1000100 | 1001110 |
Color Harmonies of #EDA2EA
Complementary color
Monochromatic Colors of #EDA2EA
Black with #EDA2EA
Text Example
Text Example
White with #EDA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2EA; }
p { color: rgb(237,162,234); }
H1.HeaderClassName
{
color: #EDA2EA;
}
.AnyTagClassName
{
color: #EDA2EA;
}
</style>
background-color css
<style>
a { background-color: #EDA2EA; }
a { background-color: rgb(237,162,234); }
div.DivClassName
{
background-color: #EDA2EA;
}
.BgClassName
{
background-color: #EDA2EA;
}
</style>
border-color css
<style>
span { border-color: #EDA2EA; }
span { border-color: rgb(237,162,234); }
td.TdClassName
{
border-color: #EDA2EA;
}
.TagClassName
{
border-color: #EDA2EA;
}
</style>