Shades of Plum #EDA2F3
Tints of Plum #EDA2F3
RGB
CMYK
RGB Variations
Color information
#EDA2F3 (or 0xEDA2F3) is known color: Plum. HEX triplet: ED, A2 and F3. RGB value is (237,162,243). Sum of RGB (Red+Green+Blue) = 237+162+243=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 162 (63.67% from 255 or 25.23% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDA2F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA2F3 is #125D0C. Grayscale: #C1C1C1. Windows color (decimal): -1203469 or 15966957. OLE color: 15966957.
HSL color Cylindrical-coordinate representation of color #EDA2F3: hue angle of 295.56º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA2F3 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 162 | 243 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.05 |
| HSL | 295.56º | 0.77% | 0.79% | - |
| HSV(B) | 295.56º | 0.33% | 0.95% | - |
| XYZ | 64.02 | 50.32 | 91.13 | - |
| YUV | 193.66 | 155.85 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 243 | 0.02 | 0.33 | 0 | 0.05 | 295.56 | 0.77 | 0.79 |
| Hex | ED | A2 | F3 | 2 | 21 | 0 | 5 | 128 | 4D | 4F |
| Octal | 355 | 242 | 363 | 2 | 41 | 0 | 5 | 450 | 115 | 117 |
| Binary | 11101101 | 10100010 | 11110011 | 10 | 100001 | 0 | 101 | 100101000 | 1001101 | 1001111 |
Color Harmonies of #EDA2F3
Complementary color
Monochromatic Colors of #EDA2F3
Black with #EDA2F3
Text Example
Text Example
White with #EDA2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA2F3; }
p { color: rgb(237,162,243); }
H1.HeaderClassName
{
color: #EDA2F3;
}
.AnyTagClassName
{
color: #EDA2F3;
}
</style>
background-color css
<style>
a { background-color: #EDA2F3; }
a { background-color: rgb(237,162,243); }
div.DivClassName
{
background-color: #EDA2F3;
}
.BgClassName
{
background-color: #EDA2F3;
}
</style>
border-color css
<style>
span { border-color: #EDA2F3; }
span { border-color: rgb(237,162,243); }
td.TdClassName
{
border-color: #EDA2F3;
}
.TagClassName
{
border-color: #EDA2F3;
}
</style>