Shades of Plum #EAA3F1
Tints of Plum #EAA3F1
RGB
CMYK
RGB Variations
Color information
#EAA3F1 (or 0xEAA3F1) is known color: Plum. HEX triplet: EA, A3 and F1. RGB value is (234,163,241). Sum of RGB (Red+Green+Blue) = 234+163+241=638 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.68% from 638); Green value is 163 (64.06% from 255 or 25.55% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAA3F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAA3F1 is #155C0E. Grayscale: #C0C0C0. Windows color (decimal): -1399823 or 15836138. OLE color: 15836138.
HSL color Cylindrical-coordinate representation of color #EAA3F1: hue angle of 294.62º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAA3F1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 163 | 241 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.05 |
| HSL | 294.62º | 0.74% | 0.79% | - |
| HSV(B) | 294.62º | 0.32% | 0.95% | - |
| XYZ | 62.91 | 50.04 | 89.56 | - |
| YUV | 193.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 241 | 0.03 | 0.32 | 0 | 0.05 | 294.62 | 0.74 | 0.79 |
| Hex | EA | A3 | F1 | 3 | 20 | 0 | 5 | 127 | 4A | 4F |
| Octal | 352 | 243 | 361 | 3 | 40 | 0 | 5 | 447 | 112 | 117 |
| Binary | 11101010 | 10100011 | 11110001 | 11 | 100000 | 0 | 101 | 100100111 | 1001010 | 1001111 |
Color Harmonies of #EAA3F1
Complementary color
Monochromatic Colors of #EAA3F1
Black with #EAA3F1
Text Example
Text Example
White with #EAA3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA3F1; }
p { color: rgb(234,163,241); }
H1.HeaderClassName
{
color: #EAA3F1;
}
.AnyTagClassName
{
color: #EAA3F1;
}
</style>
background-color css
<style>
a { background-color: #EAA3F1; }
a { background-color: rgb(234,163,241); }
div.DivClassName
{
background-color: #EAA3F1;
}
.BgClassName
{
background-color: #EAA3F1;
}
</style>
border-color css
<style>
span { border-color: #EAA3F1; }
span { border-color: rgb(234,163,241); }
td.TdClassName
{
border-color: #EAA3F1;
}
.TagClassName
{
border-color: #EAA3F1;
}
</style>