Shades of Plum #EDA1F3
Tints of Plum #EDA1F3
RGB
CMYK
RGB Variations
Color information
#EDA1F3 (or 0xEDA1F3) is known color: Plum. HEX triplet: ED, A1 and F3. RGB value is (237,161,243). Sum of RGB (Red+Green+Blue) = 237+161+243=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 161 (63.28% from 255 or 25.12% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDA1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA1F3 is #125E0C. Grayscale: #C0C0C0. Windows color (decimal): -1203725 or 15966701. OLE color: 15966701.
HSL color Cylindrical-coordinate representation of color #EDA1F3: hue angle of 295.61º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDA1F3 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 161 | 243 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.05 |
| HSL | 295.61º | 0.77% | 0.79% | - |
| HSV(B) | 295.61º | 0.34% | 0.95% | - |
| XYZ | 63.85 | 49.97 | 91.07 | - |
| YUV | 193.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 243 | 0.02 | 0.34 | 0 | 0.05 | 295.61 | 0.77 | 0.79 |
| Hex | ED | A1 | F3 | 2 | 22 | 0 | 5 | 128 | 4D | 4F |
| Octal | 355 | 241 | 363 | 2 | 42 | 0 | 5 | 450 | 115 | 117 |
| Binary | 11101101 | 10100001 | 11110011 | 10 | 100010 | 0 | 101 | 100101000 | 1001101 | 1001111 |
Color Harmonies of #EDA1F3
Complementary color
Monochromatic Colors of #EDA1F3
Black with #EDA1F3
Text Example
Text Example
White with #EDA1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA1F3; }
p { color: rgb(237,161,243); }
H1.HeaderClassName
{
color: #EDA1F3;
}
.AnyTagClassName
{
color: #EDA1F3;
}
</style>
background-color css
<style>
a { background-color: #EDA1F3; }
a { background-color: rgb(237,161,243); }
div.DivClassName
{
background-color: #EDA1F3;
}
.BgClassName
{
background-color: #EDA1F3;
}
</style>
border-color css
<style>
span { border-color: #EDA1F3; }
span { border-color: rgb(237,161,243); }
td.TdClassName
{
border-color: #EDA1F3;
}
.TagClassName
{
border-color: #EDA1F3;
}
</style>