Shades of Plum #EDA2E8
Tints of Plum #EDA2E8
RGB
CMYK
RGB Variations
Color information
#EDA2E8 (or 0xEDA2E8) is known color: Plum. HEX triplet: ED, A2 and E8. RGB value is (237,162,232). Sum of RGB (Red+Green+Blue) = 237+162+232=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 162 (63.67% from 255 or 25.67% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA2E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2E8 is #125D17. Grayscale: #C0C0C0. Windows color (decimal): -1203480 or 15246061. OLE color: 15246061.
HSL color Cylindrical-coordinate representation of color #EDA2E8: hue angle of 304º 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 #EDA2E8 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 232 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.07 |
| HSL | 304º | 0.68% | 0.78% | - |
| HSV(B) | 304º | 0.32% | 0.93% | - |
| XYZ | 62.41 | 49.67 | 82.64 | - |
| YUV | 192.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 232 | 0 | 0.32 | 0.02 | 0.07 | 304 | 0.68 | 0.78 |
| Hex | ED | A2 | E8 | 0 | 20 | 2 | 7 | 130 | 44 | 4E |
| Octal | 355 | 242 | 350 | 0 | 40 | 2 | 7 | 460 | 104 | 116 |
| Binary | 11101101 | 10100010 | 11101000 | 0 | 100000 | 10 | 111 | 100110000 | 1000100 | 1001110 |
Color Harmonies of #EDA2E8
Complementary color
Monochromatic Colors of #EDA2E8
Black with #EDA2E8
Text Example
Text Example
White with #EDA2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2E8; }
p { color: rgb(237,162,232); }
H1.HeaderClassName
{
color: #EDA2E8;
}
.AnyTagClassName
{
color: #EDA2E8;
}
</style>
background-color css
<style>
a { background-color: #EDA2E8; }
a { background-color: rgb(237,162,232); }
div.DivClassName
{
background-color: #EDA2E8;
}
.BgClassName
{
background-color: #EDA2E8;
}
</style>
border-color css
<style>
span { border-color: #EDA2E8; }
span { border-color: rgb(237,162,232); }
td.TdClassName
{
border-color: #EDA2E8;
}
.TagClassName
{
border-color: #EDA2E8;
}
</style>