Shades of Plum #E4ADE7
Tints of Plum #E4ADE7
RGB
CMYK
RGB Variations
Color information
#E4ADE7 (or 0xE4ADE7) is known color: Plum. HEX triplet: E4, AD and E7. RGB value is (228,173,231). Sum of RGB (Red+Green+Blue) = 228+173+231=632 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.08% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #E4ADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E4ADE7 is #1B5218. Grayscale: #C3C3C3. Windows color (decimal): -1790489 or 15183332. OLE color: 15183332.
HSL color Cylindrical-coordinate representation of color #E4ADE7: hue angle of 296.9º 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 #E4ADE7 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 173 | 231 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.09 |
| HSL | 296.9º | 0.55% | 0.79% | - |
| HSV(B) | 296.9º | 0.25% | 0.91% | - |
| XYZ | 61.36 | 52.15 | 82.43 | - |
| YUV | 196.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 231 | 0.01 | 0.25 | 0 | 0.09 | 296.9 | 0.55 | 0.79 |
| Hex | E4 | AD | E7 | 1 | 19 | 0 | 9 | 129 | 37 | 4F |
| Octal | 344 | 255 | 347 | 1 | 31 | 0 | 11 | 451 | 67 | 117 |
| Binary | 11100100 | 10101101 | 11100111 | 1 | 11001 | 0 | 1001 | 100101001 | 110111 | 1001111 |
Color Harmonies of #E4ADE7
Complementary color
Monochromatic Colors of #E4ADE7
Black with #E4ADE7
Text Example
Text Example
White with #E4ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADE7; }
p { color: rgb(228,173,231); }
H1.HeaderClassName
{
color: #E4ADE7;
}
.AnyTagClassName
{
color: #E4ADE7;
}
</style>
background-color css
<style>
a { background-color: #E4ADE7; }
a { background-color: rgb(228,173,231); }
div.DivClassName
{
background-color: #E4ADE7;
}
.BgClassName
{
background-color: #E4ADE7;
}
</style>
border-color css
<style>
span { border-color: #E4ADE7; }
span { border-color: rgb(228,173,231); }
td.TdClassName
{
border-color: #E4ADE7;
}
.TagClassName
{
border-color: #E4ADE7;
}
</style>