Shades of Plum #E7ADE4
Tints of Plum #E7ADE4
RGB
CMYK
RGB Variations
Color information
#E7ADE4 (or 0xE7ADE4) is known color: Plum. HEX triplet: E7, AD and E4. RGB value is (231,173,228). Sum of RGB (Red+Green+Blue) = 231+173+228=632 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.55% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ADE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ADE4 is #18521B. Grayscale: #C4C4C4. Windows color (decimal): -1593884 or 14986727. OLE color: 14986727.
HSL color Cylindrical-coordinate representation of color #E7ADE4: hue angle of 303.1º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E7ADE4 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 228 | - |
| CMYK | 0 | 0.25 | 0.01 | 0.09 |
| HSL | 303.1º | 0.55% | 0.79% | - |
| HSV(B) | 303.1º | 0.25% | 0.91% | - |
| XYZ | 61.9 | 52.48 | 80.27 | - |
| YUV | 196.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 228 | 0 | 0.25 | 0.01 | 0.09 | 303.1 | 0.55 | 0.79 |
| Hex | E7 | AD | E4 | 0 | 19 | 1 | 9 | 12F | 37 | 4F |
| Octal | 347 | 255 | 344 | 0 | 31 | 1 | 11 | 457 | 67 | 117 |
| Binary | 11100111 | 10101101 | 11100100 | 0 | 11001 | 1 | 1001 | 100101111 | 110111 | 1001111 |
Color Harmonies of #E7ADE4
Complementary color
Monochromatic Colors of #E7ADE4
Black with #E7ADE4
Text Example
Text Example
White with #E7ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ADE4; }
p { color: rgb(231,173,228); }
H1.HeaderClassName
{
color: #E7ADE4;
}
.AnyTagClassName
{
color: #E7ADE4;
}
</style>
background-color css
<style>
a { background-color: #E7ADE4; }
a { background-color: rgb(231,173,228); }
div.DivClassName
{
background-color: #E7ADE4;
}
.BgClassName
{
background-color: #E7ADE4;
}
</style>
border-color css
<style>
span { border-color: #E7ADE4; }
span { border-color: rgb(231,173,228); }
td.TdClassName
{
border-color: #E7ADE4;
}
.TagClassName
{
border-color: #E7ADE4;
}
</style>