Shades of Plum #EDA4F2
Tints of Plum #EDA4F2
RGB
CMYK
RGB Variations
Color information
#EDA4F2 (or 0xEDA4F2) is known color: Plum. HEX triplet: ED, A4 and F2. RGB value is (237,164,242). Sum of RGB (Red+Green+Blue) = 237+164+242=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 164 (64.45% from 255 or 25.51% from 643); Blue value is 242 (94.92% from 255 or 37.64% from 643); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDA4F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4F2 is #125B0D. Grayscale: #C2C2C2. Windows color (decimal): -1202958 or 15901933. OLE color: 15901933.
HSL color Cylindrical-coordinate representation of color #EDA4F2: hue angle of 296.15º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDA4F2 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 164 | 242 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.05 |
| HSL | 296.15º | 0.75% | 0.8% | - |
| HSV(B) | 296.15º | 0.32% | 0.95% | - |
| XYZ | 64.23 | 50.97 | 90.46 | - |
| YUV | 194.72 | 154.68 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 242 | 0.02 | 0.32 | 0 | 0.05 | 296.15 | 0.75 | 0.8 |
| Hex | ED | A4 | F2 | 2 | 20 | 0 | 5 | 128 | 4B | 50 |
| Octal | 355 | 244 | 362 | 2 | 40 | 0 | 5 | 450 | 113 | 120 |
| Binary | 11101101 | 10100100 | 11110010 | 10 | 100000 | 0 | 101 | 100101000 | 1001011 | 1010000 |
Color Harmonies of #EDA4F2
Complementary color
Monochromatic Colors of #EDA4F2
Black with #EDA4F2
Text Example
Text Example
White with #EDA4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4F2; }
p { color: rgb(237,164,242); }
H1.HeaderClassName
{
color: #EDA4F2;
}
.AnyTagClassName
{
color: #EDA4F2;
}
</style>
background-color css
<style>
a { background-color: #EDA4F2; }
a { background-color: rgb(237,164,242); }
div.DivClassName
{
background-color: #EDA4F2;
}
.BgClassName
{
background-color: #EDA4F2;
}
</style>
border-color css
<style>
span { border-color: #EDA4F2; }
span { border-color: rgb(237,164,242); }
td.TdClassName
{
border-color: #EDA4F2;
}
.TagClassName
{
border-color: #EDA4F2;
}
</style>