Shades of Plum #EDA7EA
Tints of Plum #EDA7EA
RGB
CMYK
RGB Variations
Color information
#EDA7EA (or 0xEDA7EA) is known color: Plum. HEX triplet: ED, A7 and EA. RGB value is (237,167,234). Sum of RGB (Red+Green+Blue) = 237+167+234=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 167 (65.62% from 255 or 26.18% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA7EA is #125815. Grayscale: #C3C3C3. Windows color (decimal): -1202198 or 15378413. OLE color: 15378413.
HSL color Cylindrical-coordinate representation of color #EDA7EA: hue angle of 302.57º degrees, saturation: 0.66, 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 #EDA7EA is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 234 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.07 |
| HSL | 302.57º | 0.66% | 0.79% | - |
| HSV(B) | 302.57º | 0.3% | 0.93% | - |
| XYZ | 63.6 | 51.58 | 84.45 | - |
| YUV | 195.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 234 | 0 | 0.30 | 0.01 | 0.07 | 302.57 | 0.66 | 0.79 |
| Hex | ED | A7 | EA | 0 | 1E | 1 | 7 | 12F | 42 | 4F |
| Octal | 355 | 247 | 352 | 0 | 36 | 1 | 7 | 457 | 102 | 117 |
| Binary | 11101101 | 10100111 | 11101010 | 0 | 11110 | 1 | 111 | 100101111 | 1000010 | 1001111 |
Color Harmonies of #EDA7EA
Complementary color
Monochromatic Colors of #EDA7EA
Black with #EDA7EA
Text Example
Text Example
White with #EDA7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA7EA; }
p { color: rgb(237,167,234); }
H1.HeaderClassName
{
color: #EDA7EA;
}
.AnyTagClassName
{
color: #EDA7EA;
}
</style>
background-color css
<style>
a { background-color: #EDA7EA; }
a { background-color: rgb(237,167,234); }
div.DivClassName
{
background-color: #EDA7EA;
}
.BgClassName
{
background-color: #EDA7EA;
}
</style>
border-color css
<style>
span { border-color: #EDA7EA; }
span { border-color: rgb(237,167,234); }
td.TdClassName
{
border-color: #EDA7EA;
}
.TagClassName
{
border-color: #EDA7EA;
}
</style>