Shades of Plum #EDA4F3
Tints of Plum #EDA4F3
RGB
CMYK
RGB Variations
Color information
#EDA4F3 (or 0xEDA4F3) is known color: Plum. HEX triplet: ED, A4 and F3. RGB value is (237,164,243). Sum of RGB (Red+Green+Blue) = 237+164+243=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDA4F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA4F3 is #125B0C. Grayscale: #C2C2C2. Windows color (decimal): -1202957 or 15967469. OLE color: 15967469.
HSL color Cylindrical-coordinate representation of color #EDA4F3: hue angle of 295.44º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDA4F3 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 164 | 243 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.05 |
| HSL | 295.44º | 0.77% | 0.8% | - |
| HSV(B) | 295.44º | 0.33% | 0.95% | - |
| XYZ | 64.38 | 51.03 | 91.25 | - |
| YUV | 194.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 243 | 0.02 | 0.33 | 0 | 0.05 | 295.44 | 0.77 | 0.8 |
| Hex | ED | A4 | F3 | 2 | 21 | 0 | 5 | 127 | 4D | 50 |
| Octal | 355 | 244 | 363 | 2 | 41 | 0 | 5 | 447 | 115 | 120 |
| Binary | 11101101 | 10100100 | 11110011 | 10 | 100001 | 0 | 101 | 100100111 | 1001101 | 1010000 |
Color Harmonies of #EDA4F3
Complementary color
Monochromatic Colors of #EDA4F3
Black with #EDA4F3
Text Example
Text Example
White with #EDA4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA4F3; }
p { color: rgb(237,164,243); }
H1.HeaderClassName
{
color: #EDA4F3;
}
.AnyTagClassName
{
color: #EDA4F3;
}
</style>
background-color css
<style>
a { background-color: #EDA4F3; }
a { background-color: rgb(237,164,243); }
div.DivClassName
{
background-color: #EDA4F3;
}
.BgClassName
{
background-color: #EDA4F3;
}
</style>
border-color css
<style>
span { border-color: #EDA4F3; }
span { border-color: rgb(237,164,243); }
td.TdClassName
{
border-color: #EDA4F3;
}
.TagClassName
{
border-color: #EDA4F3;
}
</style>