Shades of Plum #EAADEC
Tints of Plum #EAADEC
RGB
CMYK
RGB Variations
Color information
#EAADEC (or 0xEAADEC) is known color: Plum. HEX triplet: EA, AD and EC. RGB value is (234,173,236). Sum of RGB (Red+Green+Blue) = 234+173+236=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAADEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EAADEC is #155213. Grayscale: #C6C6C6. Windows color (decimal): -1397268 or 15511018. OLE color: 15511018.
HSL color Cylindrical-coordinate representation of color #EAADEC: hue angle of 298.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAADEC is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 173 | 236 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.07 |
| HSL | 298.1º | 0.62% | 0.8% | - |
| HSV(B) | 298.1º | 0.27% | 0.93% | - |
| XYZ | 64.02 | 53.44 | 86.3 | - |
| YUV | 198.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 236 | 0.01 | 0.27 | 0 | 0.07 | 298.1 | 0.62 | 0.8 |
| Hex | EA | AD | EC | 1 | 1B | 0 | 7 | 12A | 3E | 50 |
| Octal | 352 | 255 | 354 | 1 | 33 | 0 | 7 | 452 | 76 | 120 |
| Binary | 11101010 | 10101101 | 11101100 | 1 | 11011 | 0 | 111 | 100101010 | 111110 | 1010000 |
Color Harmonies of #EAADEC
Complementary color
Monochromatic Colors of #EAADEC
Black with #EAADEC
Text Example
Text Example
White with #EAADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADEC; }
p { color: rgb(234,173,236); }
H1.HeaderClassName
{
color: #EAADEC;
}
.AnyTagClassName
{
color: #EAADEC;
}
</style>
background-color css
<style>
a { background-color: #EAADEC; }
a { background-color: rgb(234,173,236); }
div.DivClassName
{
background-color: #EAADEC;
}
.BgClassName
{
background-color: #EAADEC;
}
</style>
border-color css
<style>
span { border-color: #EAADEC; }
span { border-color: rgb(234,173,236); }
td.TdClassName
{
border-color: #EAADEC;
}
.TagClassName
{
border-color: #EAADEC;
}
</style>