Shades of Plum #EDA5EA
Tints of Plum #EDA5EA
RGB
CMYK
RGB Variations
Color information
#EDA5EA (or 0xEDA5EA) is known color: Plum. HEX triplet: ED, A5 and EA. RGB value is (237,165,234). Sum of RGB (Red+Green+Blue) = 237+165+234=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 165 (64.84% from 255 or 25.94% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA5EA is #125A15. Grayscale: #C2C2C2. Windows color (decimal): -1202710 or 15377901. OLE color: 15377901.
HSL color Cylindrical-coordinate representation of color #EDA5EA: hue angle of 302.5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5EA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 234 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.07 |
| HSL | 302.5º | 0.67% | 0.79% | - |
| HSV(B) | 302.5º | 0.3% | 0.93% | - |
| XYZ | 63.23 | 50.86 | 84.33 | - |
| YUV | 194.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 234 | 0 | 0.30 | 0.01 | 0.07 | 302.5 | 0.67 | 0.79 |
| Hex | ED | A5 | EA | 0 | 1E | 1 | 7 | 12E | 43 | 4F |
| Octal | 355 | 245 | 352 | 0 | 36 | 1 | 7 | 456 | 103 | 117 |
| Binary | 11101101 | 10100101 | 11101010 | 0 | 11110 | 1 | 111 | 100101110 | 1000011 | 1001111 |
Color Harmonies of #EDA5EA
Complementary color
Monochromatic Colors of #EDA5EA
Black with #EDA5EA
Text Example
Text Example
White with #EDA5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA5EA; }
p { color: rgb(237,165,234); }
H1.HeaderClassName
{
color: #EDA5EA;
}
.AnyTagClassName
{
color: #EDA5EA;
}
</style>
background-color css
<style>
a { background-color: #EDA5EA; }
a { background-color: rgb(237,165,234); }
div.DivClassName
{
background-color: #EDA5EA;
}
.BgClassName
{
background-color: #EDA5EA;
}
</style>
border-color css
<style>
span { border-color: #EDA5EA; }
span { border-color: rgb(237,165,234); }
td.TdClassName
{
border-color: #EDA5EA;
}
.TagClassName
{
border-color: #EDA5EA;
}
</style>