Shades of Plum #EAAEED
Tints of Plum #EAAEED
RGB
CMYK
RGB Variations
Color information
#EAAEED (or 0xEAAEED) is known color: Plum. HEX triplet: EA, AE and ED. RGB value is (234,174,237). Sum of RGB (Red+Green+Blue) = 234+174+237=645 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.28% from 645); Green value is 174 (68.36% from 255 or 26.98% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAAEED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAAEED is #155112. Grayscale: #C6C6C6. Windows color (decimal): -1397011 or 15576810. OLE color: 15576810.
HSL color Cylindrical-coordinate representation of color #EAAEED: hue angle of 297.14º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAEED is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 174 | 237 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.07 |
| HSL | 297.14º | 0.64% | 0.81% | - |
| HSV(B) | 297.14º | 0.27% | 0.93% | - |
| XYZ | 64.35 | 53.88 | 87.13 | - |
| YUV | 199.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 237 | 0.01 | 0.27 | 0 | 0.07 | 297.14 | 0.64 | 0.81 |
| Hex | EA | AE | ED | 1 | 1B | 0 | 7 | 129 | 40 | 51 |
| Octal | 352 | 256 | 355 | 1 | 33 | 0 | 7 | 451 | 100 | 121 |
| Binary | 11101010 | 10101110 | 11101101 | 1 | 11011 | 0 | 111 | 100101001 | 1000000 | 1010001 |
Color Harmonies of #EAAEED
Complementary color
Monochromatic Colors of #EAAEED
Black with #EAAEED
Text Example
Text Example
White with #EAAEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEED; }
p { color: rgb(234,174,237); }
H1.HeaderClassName
{
color: #EAAEED;
}
.AnyTagClassName
{
color: #EAAEED;
}
</style>
background-color css
<style>
a { background-color: #EAAEED; }
a { background-color: rgb(234,174,237); }
div.DivClassName
{
background-color: #EAAEED;
}
.BgClassName
{
background-color: #EAAEED;
}
</style>
border-color css
<style>
span { border-color: #EAAEED; }
span { border-color: rgb(234,174,237); }
td.TdClassName
{
border-color: #EAAEED;
}
.TagClassName
{
border-color: #EAAEED;
}
</style>