Shades of Plum #EAAAEF
Tints of Plum #EAAAEF
RGB
CMYK
RGB Variations
Color information
#EAAAEF (or 0xEAAAEF) is known color: Plum. HEX triplet: EA, AA and EF. RGB value is (234,170,239). Sum of RGB (Red+Green+Blue) = 234+170+239=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAAAEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAAEF is #155510. Grayscale: #C4C4C4. Windows color (decimal): -1398033 or 15706858. OLE color: 15706858.
HSL color Cylindrical-coordinate representation of color #EAAAEF: hue angle of 295.65º degrees, saturation: 0.68, 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 #EAAAEF is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 170 | 239 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.06 |
| HSL | 295.65º | 0.68% | 0.8% | - |
| HSV(B) | 295.65º | 0.29% | 0.94% | - |
| XYZ | 63.89 | 52.47 | 88.42 | - |
| YUV | 197 | 151.7 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 239 | 0.02 | 0.29 | 0 | 0.06 | 295.65 | 0.68 | 0.8 |
| Hex | EA | AA | EF | 2 | 1D | 0 | 6 | 128 | 44 | 50 |
| Octal | 352 | 252 | 357 | 2 | 35 | 0 | 6 | 450 | 104 | 120 |
| Binary | 11101010 | 10101010 | 11101111 | 10 | 11101 | 0 | 110 | 100101000 | 1000100 | 1010000 |
Color Harmonies of #EAAAEF
Complementary color
Monochromatic Colors of #EAAAEF
Black with #EAAAEF
Text Example
Text Example
White with #EAAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAEF; }
p { color: rgb(234,170,239); }
H1.HeaderClassName
{
color: #EAAAEF;
}
.AnyTagClassName
{
color: #EAAAEF;
}
</style>
background-color css
<style>
a { background-color: #EAAAEF; }
a { background-color: rgb(234,170,239); }
div.DivClassName
{
background-color: #EAAAEF;
}
.BgClassName
{
background-color: #EAAAEF;
}
</style>
border-color css
<style>
span { border-color: #EAAAEF; }
span { border-color: rgb(234,170,239); }
td.TdClassName
{
border-color: #EAAAEF;
}
.TagClassName
{
border-color: #EAAAEF;
}
</style>