Shades of Plum #EAAAEC
Tints of Plum #EAAAEC
RGB
CMYK
RGB Variations
Color information
#EAAAEC (or 0xEAAAEC) is known color: Plum. HEX triplet: EA, AA and EC. RGB value is (234,170,236). Sum of RGB (Red+Green+Blue) = 234+170+236=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 170 (66.80% from 255 or 26.56% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAAAEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAEC is #155513. Grayscale: #C4C4C4. Windows color (decimal): -1398036 or 15510250. OLE color: 15510250.
HSL color Cylindrical-coordinate representation of color #EAAAEC: hue angle of 298.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAAAEC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 170 | 236 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.07 |
| HSL | 298.18º | 0.63% | 0.8% | - |
| HSV(B) | 298.18º | 0.28% | 0.93% | - |
| XYZ | 63.45 | 52.3 | 86.11 | - |
| YUV | 196.66 | 150.2 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 236 | 0.01 | 0.28 | 0 | 0.07 | 298.18 | 0.63 | 0.8 |
| Hex | EA | AA | EC | 1 | 1C | 0 | 7 | 12A | 3F | 50 |
| Octal | 352 | 252 | 354 | 1 | 34 | 0 | 7 | 452 | 77 | 120 |
| Binary | 11101010 | 10101010 | 11101100 | 1 | 11100 | 0 | 111 | 100101010 | 111111 | 1010000 |
Color Harmonies of #EAAAEC
Complementary color
Monochromatic Colors of #EAAAEC
Black with #EAAAEC
Text Example
Text Example
White with #EAAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAEC; }
p { color: rgb(234,170,236); }
H1.HeaderClassName
{
color: #EAAAEC;
}
.AnyTagClassName
{
color: #EAAAEC;
}
</style>
background-color css
<style>
a { background-color: #EAAAEC; }
a { background-color: rgb(234,170,236); }
div.DivClassName
{
background-color: #EAAAEC;
}
.BgClassName
{
background-color: #EAAAEC;
}
</style>
border-color css
<style>
span { border-color: #EAAAEC; }
span { border-color: rgb(234,170,236); }
td.TdClassName
{
border-color: #EAAAEC;
}
.TagClassName
{
border-color: #EAAAEC;
}
</style>