Shades of Plum #EDA4F5
Tints of Plum #EDA4F5
RGB
CMYK
RGB Variations
Color information
#EDA4F5 (or 0xEDA4F5) is known color: Plum. HEX triplet: ED, A4 and F5. RGB value is (237,164,245). Sum of RGB (Red+Green+Blue) = 237+164+245=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 164 (64.45% from 255 or 25.39% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDA4F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4F5 is #125B0A. Grayscale: #C2C2C2. Windows color (decimal): -1202955 or 16098541. OLE color: 16098541.
HSL color Cylindrical-coordinate representation of color #EDA4F5: hue angle of 294.07º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA4F5 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 164 | 245 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.04 |
| HSL | 294.07º | 0.8% | 0.8% | - |
| HSV(B) | 294.07º | 0.33% | 0.96% | - |
| XYZ | 64.68 | 51.15 | 92.85 | - |
| YUV | 195.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 245 | 0.03 | 0.33 | 0 | 0.04 | 294.07 | 0.8 | 0.8 |
| Hex | ED | A4 | F5 | 3 | 21 | 0 | 4 | 126 | 50 | 50 |
| Octal | 355 | 244 | 365 | 3 | 41 | 0 | 4 | 446 | 120 | 120 |
| Binary | 11101101 | 10100100 | 11110101 | 11 | 100001 | 0 | 100 | 100100110 | 1010000 | 1010000 |
Color Harmonies of #EDA4F5
Complementary color
Monochromatic Colors of #EDA4F5
Black with #EDA4F5
Text Example
Text Example
White with #EDA4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4F5; }
p { color: rgb(237,164,245); }
H1.HeaderClassName
{
color: #EDA4F5;
}
.AnyTagClassName
{
color: #EDA4F5;
}
</style>
background-color css
<style>
a { background-color: #EDA4F5; }
a { background-color: rgb(237,164,245); }
div.DivClassName
{
background-color: #EDA4F5;
}
.BgClassName
{
background-color: #EDA4F5;
}
</style>
border-color css
<style>
span { border-color: #EDA4F5; }
span { border-color: rgb(237,164,245); }
td.TdClassName
{
border-color: #EDA4F5;
}
.TagClassName
{
border-color: #EDA4F5;
}
</style>