Shades of Plum #EAADF1
Tints of Plum #EAADF1
RGB
CMYK
RGB Variations
Color information
#EAADF1 (or 0xEAADF1) is known color: Plum. HEX triplet: EA, AD and F1. RGB value is (234,173,241). Sum of RGB (Red+Green+Blue) = 234+173+241=648 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.11% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADF1 is #15520E. Grayscale: #C6C6C6. Windows color (decimal): -1397263 or 15838698. OLE color: 15838698.
HSL color Cylindrical-coordinate representation of color #EAADF1: hue angle of 293.82º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAADF1 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 173 | 241 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.05 |
| HSL | 293.82º | 0.71% | 0.81% | - |
| HSV(B) | 293.82º | 0.28% | 0.95% | - |
| XYZ | 64.75 | 53.73 | 90.18 | - |
| YUV | 198.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 241 | 0.03 | 0.28 | 0 | 0.05 | 293.82 | 0.71 | 0.81 |
| Hex | EA | AD | F1 | 3 | 1C | 0 | 5 | 126 | 47 | 51 |
| Octal | 352 | 255 | 361 | 3 | 34 | 0 | 5 | 446 | 107 | 121 |
| Binary | 11101010 | 10101101 | 11110001 | 11 | 11100 | 0 | 101 | 100100110 | 1000111 | 1010001 |
Color Harmonies of #EAADF1
Complementary color
Monochromatic Colors of #EAADF1
Black with #EAADF1
Text Example
Text Example
White with #EAADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADF1; }
p { color: rgb(234,173,241); }
H1.HeaderClassName
{
color: #EAADF1;
}
.AnyTagClassName
{
color: #EAADF1;
}
</style>
background-color css
<style>
a { background-color: #EAADF1; }
a { background-color: rgb(234,173,241); }
div.DivClassName
{
background-color: #EAADF1;
}
.BgClassName
{
background-color: #EAADF1;
}
</style>
border-color css
<style>
span { border-color: #EAADF1; }
span { border-color: rgb(234,173,241); }
td.TdClassName
{
border-color: #EAADF1;
}
.TagClassName
{
border-color: #EAADF1;
}
</style>