Shades of Plum #EDA3EB
Tints of Plum #EDA3EB
RGB
CMYK
RGB Variations
Color information
#EDA3EB (or 0xEDA3EB) is known color: Plum. HEX triplet: ED, A3 and EB. RGB value is (237,163,235). Sum of RGB (Red+Green+Blue) = 237+163+235=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 163 (64.06% from 255 or 25.67% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA3EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA3EB is #125C14. Grayscale: #C1C1C1. Windows color (decimal): -1203221 or 15442925. OLE color: 15442925.
HSL color Cylindrical-coordinate representation of color #EDA3EB: hue angle of 301.62º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EDA3EB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 163 | 235 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.07 |
| HSL | 301.62º | 0.67% | 0.78% | - |
| HSV(B) | 301.62º | 0.31% | 0.93% | - |
| XYZ | 63.02 | 50.2 | 84.96 | - |
| YUV | 193.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 163 | 235 | 0 | 0.31 | 0.01 | 0.07 | 301.62 | 0.67 | 0.78 |
| Hex | ED | A3 | EB | 0 | 1F | 1 | 7 | 12E | 43 | 4E |
| Octal | 355 | 243 | 353 | 0 | 37 | 1 | 7 | 456 | 103 | 116 |
| Binary | 11101101 | 10100011 | 11101011 | 0 | 11111 | 1 | 111 | 100101110 | 1000011 | 1001110 |
Color Harmonies of #EDA3EB
Complementary color
Monochromatic Colors of #EDA3EB
Black with #EDA3EB
Text Example
Text Example
White with #EDA3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA3EB; }
p { color: rgb(237,163,235); }
H1.HeaderClassName
{
color: #EDA3EB;
}
.AnyTagClassName
{
color: #EDA3EB;
}
</style>
background-color css
<style>
a { background-color: #EDA3EB; }
a { background-color: rgb(237,163,235); }
div.DivClassName
{
background-color: #EDA3EB;
}
.BgClassName
{
background-color: #EDA3EB;
}
</style>
border-color css
<style>
span { border-color: #EDA3EB; }
span { border-color: rgb(237,163,235); }
td.TdClassName
{
border-color: #EDA3EB;
}
.TagClassName
{
border-color: #EDA3EB;
}
</style>