Shades of Plum #EAAAF0
Tints of Plum #EAAAF0
RGB
CMYK
RGB Variations
Color information
#EAAAF0 (or 0xEAAAF0) is known color: Plum. HEX triplet: EA, AA and F0. RGB value is (234,170,240). Sum of RGB (Red+Green+Blue) = 234+170+240=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAAAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAF0 is #15550F. Grayscale: #C4C4C4. Windows color (decimal): -1398032 or 15772394. OLE color: 15772394.
HSL color Cylindrical-coordinate representation of color #EAAAF0: hue angle of 294.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAAAF0 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 170 | 240 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.06 |
| HSL | 294.86º | 0.7% | 0.8% | - |
| HSV(B) | 294.86º | 0.29% | 0.94% | - |
| XYZ | 64.03 | 52.53 | 89.2 | - |
| YUV | 197.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 240 | 0.02 | 0.29 | 0 | 0.06 | 294.86 | 0.7 | 0.8 |
| Hex | EA | AA | F0 | 2 | 1D | 0 | 6 | 127 | 46 | 50 |
| Octal | 352 | 252 | 360 | 2 | 35 | 0 | 6 | 447 | 106 | 120 |
| Binary | 11101010 | 10101010 | 11110000 | 10 | 11101 | 0 | 110 | 100100111 | 1000110 | 1010000 |
Color Harmonies of #EAAAF0
Complementary color
Monochromatic Colors of #EAAAF0
Black with #EAAAF0
Text Example
Text Example
White with #EAAAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAF0; }
p { color: rgb(234,170,240); }
H1.HeaderClassName
{
color: #EAAAF0;
}
.AnyTagClassName
{
color: #EAAAF0;
}
</style>
background-color css
<style>
a { background-color: #EAAAF0; }
a { background-color: rgb(234,170,240); }
div.DivClassName
{
background-color: #EAAAF0;
}
.BgClassName
{
background-color: #EAAAF0;
}
</style>
border-color css
<style>
span { border-color: #EAAAF0; }
span { border-color: rgb(234,170,240); }
td.TdClassName
{
border-color: #EAAAF0;
}
.TagClassName
{
border-color: #EAAAF0;
}
</style>