Shades of Plum #EDA8EA
Tints of Plum #EDA8EA
RGB
CMYK
RGB Variations
Color information
#EDA8EA (or 0xEDA8EA) is known color: Plum. HEX triplet: ED, A8 and EA. RGB value is (237,168,234). Sum of RGB (Red+Green+Blue) = 237+168+234=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8EA is #125715. Grayscale: #C3C3C3. Windows color (decimal): -1201942 or 15378669. OLE color: 15378669.
HSL color Cylindrical-coordinate representation of color #EDA8EA: hue angle of 302.61º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA8EA is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 234 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.07 |
| HSL | 302.61º | 0.66% | 0.79% | - |
| HSV(B) | 302.61º | 0.29% | 0.93% | - |
| XYZ | 63.78 | 51.95 | 84.51 | - |
| YUV | 196.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 234 | 0 | 0.29 | 0.01 | 0.07 | 302.61 | 0.66 | 0.79 |
| Hex | ED | A8 | EA | 0 | 1D | 1 | 7 | 12F | 42 | 4F |
| Octal | 355 | 250 | 352 | 0 | 35 | 1 | 7 | 457 | 102 | 117 |
| Binary | 11101101 | 10101000 | 11101010 | 0 | 11101 | 1 | 111 | 100101111 | 1000010 | 1001111 |
Color Harmonies of #EDA8EA
Complementary color
Monochromatic Colors of #EDA8EA
Black with #EDA8EA
Text Example
Text Example
White with #EDA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA8EA; }
p { color: rgb(237,168,234); }
H1.HeaderClassName
{
color: #EDA8EA;
}
.AnyTagClassName
{
color: #EDA8EA;
}
</style>
background-color css
<style>
a { background-color: #EDA8EA; }
a { background-color: rgb(237,168,234); }
div.DivClassName
{
background-color: #EDA8EA;
}
.BgClassName
{
background-color: #EDA8EA;
}
</style>
border-color css
<style>
span { border-color: #EDA8EA; }
span { border-color: rgb(237,168,234); }
td.TdClassName
{
border-color: #EDA8EA;
}
.TagClassName
{
border-color: #EDA8EA;
}
</style>