Shades of Plum #E7ADEF
Tints of Plum #E7ADEF
RGB
CMYK
RGB Variations
Color information
#E7ADEF (or 0xE7ADEF) is known color: Plum. HEX triplet: E7, AD and EF. RGB value is (231,173,239). Sum of RGB (Red+Green+Blue) = 231+173+239=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 173 (67.97% from 255 or 26.91% 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 #E7ADEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7ADEF is #185210. Grayscale: #C5C5C5. Windows color (decimal): -1593873 or 15707623. OLE color: 15707623.
HSL color Cylindrical-coordinate representation of color #E7ADEF: hue angle of 292.73º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E7ADEF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 173 | 239 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.06 |
| HSL | 292.73º | 0.67% | 0.81% | - |
| HSV(B) | 292.73º | 0.28% | 0.94% | - |
| XYZ | 63.48 | 53.11 | 88.57 | - |
| YUV | 197.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 239 | 0.03 | 0.28 | 0 | 0.06 | 292.73 | 0.67 | 0.81 |
| Hex | E7 | AD | EF | 3 | 1C | 0 | 6 | 125 | 43 | 51 |
| Octal | 347 | 255 | 357 | 3 | 34 | 0 | 6 | 445 | 103 | 121 |
| Binary | 11100111 | 10101101 | 11101111 | 11 | 11100 | 0 | 110 | 100100101 | 1000011 | 1010001 |
Color Harmonies of #E7ADEF
Complementary color
Monochromatic Colors of #E7ADEF
Black with #E7ADEF
Text Example
Text Example
White with #E7ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADEF; }
p { color: rgb(231,173,239); }
H1.HeaderClassName
{
color: #E7ADEF;
}
.AnyTagClassName
{
color: #E7ADEF;
}
</style>
background-color css
<style>
a { background-color: #E7ADEF; }
a { background-color: rgb(231,173,239); }
div.DivClassName
{
background-color: #E7ADEF;
}
.BgClassName
{
background-color: #E7ADEF;
}
</style>
border-color css
<style>
span { border-color: #E7ADEF; }
span { border-color: rgb(231,173,239); }
td.TdClassName
{
border-color: #E7ADEF;
}
.TagClassName
{
border-color: #E7ADEF;
}
</style>