Shades of Plum #E5ADEC
Tints of Plum #E5ADEC
RGB
CMYK
RGB Variations
Color information
#E5ADEC (or 0xE5ADEC) is known color: Plum. HEX triplet: E5, AD and EC. RGB value is (229,173,236). Sum of RGB (Red+Green+Blue) = 229+173+236=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADEC is #1A5213. Grayscale: #C4C4C4. Windows color (decimal): -1724948 or 15511013. OLE color: 15511013.
HSL color Cylindrical-coordinate representation of color #E5ADEC: hue angle of 293.33º 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 #E5ADEC is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 173 | 236 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.07 |
| HSL | 293.33º | 0.62% | 0.8% | - |
| HSV(B) | 293.33º | 0.27% | 0.93% | - |
| XYZ | 62.4 | 52.6 | 86.22 | - |
| YUV | 196.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 236 | 0.03 | 0.27 | 0 | 0.07 | 293.33 | 0.62 | 0.8 |
| Hex | E5 | AD | EC | 3 | 1B | 0 | 7 | 125 | 3E | 50 |
| Octal | 345 | 255 | 354 | 3 | 33 | 0 | 7 | 445 | 76 | 120 |
| Binary | 11100101 | 10101101 | 11101100 | 11 | 11011 | 0 | 111 | 100100101 | 111110 | 1010000 |
Color Harmonies of #E5ADEC
Complementary color
Monochromatic Colors of #E5ADEC
Black with #E5ADEC
Text Example
Text Example
White with #E5ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADEC; }
p { color: rgb(229,173,236); }
H1.HeaderClassName
{
color: #E5ADEC;
}
.AnyTagClassName
{
color: #E5ADEC;
}
</style>
background-color css
<style>
a { background-color: #E5ADEC; }
a { background-color: rgb(229,173,236); }
div.DivClassName
{
background-color: #E5ADEC;
}
.BgClassName
{
background-color: #E5ADEC;
}
</style>
border-color css
<style>
span { border-color: #E5ADEC; }
span { border-color: rgb(229,173,236); }
td.TdClassName
{
border-color: #E5ADEC;
}
.TagClassName
{
border-color: #E5ADEC;
}
</style>