Shades of Plum #EAAAF2
Tints of Plum #EAAAF2
RGB
CMYK
RGB Variations
Color information
#EAAAF2 (or 0xEAAAF2) is known color: Plum. HEX triplet: EA, AA and F2. RGB value is (234,170,242). Sum of RGB (Red+Green+Blue) = 234+170+242=646 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.22% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAAAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF2 is #15550D. Grayscale: #C5C5C5. Windows color (decimal): -1398030 or 15903466. OLE color: 15903466.
HSL color Cylindrical-coordinate representation of color #EAAAF2: hue angle of 293.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAAAF2 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 170 | 242 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.05 |
| HSL | 293.33º | 0.73% | 0.81% | - |
| HSV(B) | 293.33º | 0.3% | 0.95% | - |
| XYZ | 64.33 | 52.65 | 90.78 | - |
| YUV | 197.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 242 | 0.03 | 0.30 | 0 | 0.05 | 293.33 | 0.73 | 0.81 |
| Hex | EA | AA | F2 | 3 | 1E | 0 | 5 | 125 | 49 | 51 |
| Octal | 352 | 252 | 362 | 3 | 36 | 0 | 5 | 445 | 111 | 121 |
| Binary | 11101010 | 10101010 | 11110010 | 11 | 11110 | 0 | 101 | 100100101 | 1001001 | 1010001 |
Color Harmonies of #EAAAF2
Complementary color
Monochromatic Colors of #EAAAF2
Black with #EAAAF2
Text Example
Text Example
White with #EAAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAF2; }
p { color: rgb(234,170,242); }
H1.HeaderClassName
{
color: #EAAAF2;
}
.AnyTagClassName
{
color: #EAAAF2;
}
</style>
background-color css
<style>
a { background-color: #EAAAF2; }
a { background-color: rgb(234,170,242); }
div.DivClassName
{
background-color: #EAAAF2;
}
.BgClassName
{
background-color: #EAAAF2;
}
</style>
border-color css
<style>
span { border-color: #EAAAF2; }
span { border-color: rgb(234,170,242); }
td.TdClassName
{
border-color: #EAAAF2;
}
.TagClassName
{
border-color: #EAAAF2;
}
</style>