Shades of Plum #EAABF1
Tints of Plum #EAABF1
RGB
CMYK
RGB Variations
Color information
#EAABF1 (or 0xEAABF1) is known color: Plum. HEX triplet: EA, AB and F1. RGB value is (234,171,241). Sum of RGB (Red+Green+Blue) = 234+171+241=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAABF1 is #15540E. Grayscale: #C5C5C5. Windows color (decimal): -1397775 or 15838186. OLE color: 15838186.
HSL color Cylindrical-coordinate representation of color #EAABF1: hue angle of 294º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAABF1 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 171 | 241 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.05 |
| HSL | 294º | 0.71% | 0.81% | - |
| HSV(B) | 294º | 0.29% | 0.95% | - |
| XYZ | 64.37 | 52.97 | 90.05 | - |
| YUV | 197.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 241 | 0.03 | 0.29 | 0 | 0.05 | 294 | 0.71 | 0.81 |
| Hex | EA | AB | F1 | 3 | 1D | 0 | 5 | 126 | 47 | 51 |
| Octal | 352 | 253 | 361 | 3 | 35 | 0 | 5 | 446 | 107 | 121 |
| Binary | 11101010 | 10101011 | 11110001 | 11 | 11101 | 0 | 101 | 100100110 | 1000111 | 1010001 |
Color Harmonies of #EAABF1
Complementary color
Monochromatic Colors of #EAABF1
Black with #EAABF1
Text Example
Text Example
White with #EAABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABF1; }
p { color: rgb(234,171,241); }
H1.HeaderClassName
{
color: #EAABF1;
}
.AnyTagClassName
{
color: #EAABF1;
}
</style>
background-color css
<style>
a { background-color: #EAABF1; }
a { background-color: rgb(234,171,241); }
div.DivClassName
{
background-color: #EAABF1;
}
.BgClassName
{
background-color: #EAABF1;
}
</style>
border-color css
<style>
span { border-color: #EAABF1; }
span { border-color: rgb(234,171,241); }
td.TdClassName
{
border-color: #EAABF1;
}
.TagClassName
{
border-color: #EAABF1;
}
</style>