Shades of Plum #EDA9F2
Tints of Plum #EDA9F2
RGB
CMYK
RGB Variations
Color information
#EDA9F2 (or 0xEDA9F2) is known color: Plum. HEX triplet: ED, A9 and F2. RGB value is (237,169,242). Sum of RGB (Red+Green+Blue) = 237+169+242=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 169 (66.41% from 255 or 26.08% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA9F2 is #12560D. Grayscale: #C5C5C5. Windows color (decimal): -1201678 or 15903213. OLE color: 15903213.
HSL color Cylindrical-coordinate representation of color #EDA9F2: hue angle of 295.89º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA9F2 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 169 | 242 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.05 |
| HSL | 295.89º | 0.74% | 0.81% | - |
| HSV(B) | 295.89º | 0.3% | 0.95% | - |
| XYZ | 65.14 | 52.79 | 90.76 | - |
| YUV | 197.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 242 | 0.02 | 0.30 | 0 | 0.05 | 295.89 | 0.74 | 0.81 |
| Hex | ED | A9 | F2 | 2 | 1E | 0 | 5 | 128 | 4A | 51 |
| Octal | 355 | 251 | 362 | 2 | 36 | 0 | 5 | 450 | 112 | 121 |
| Binary | 11101101 | 10101001 | 11110010 | 10 | 11110 | 0 | 101 | 100101000 | 1001010 | 1010001 |
Color Harmonies of #EDA9F2
Complementary color
Monochromatic Colors of #EDA9F2
Black with #EDA9F2
Text Example
Text Example
White with #EDA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9F2; }
p { color: rgb(237,169,242); }
H1.HeaderClassName
{
color: #EDA9F2;
}
.AnyTagClassName
{
color: #EDA9F2;
}
</style>
background-color css
<style>
a { background-color: #EDA9F2; }
a { background-color: rgb(237,169,242); }
div.DivClassName
{
background-color: #EDA9F2;
}
.BgClassName
{
background-color: #EDA9F2;
}
</style>
border-color css
<style>
span { border-color: #EDA9F2; }
span { border-color: rgb(237,169,242); }
td.TdClassName
{
border-color: #EDA9F2;
}
.TagClassName
{
border-color: #EDA9F2;
}
</style>