Shades of Plum #E5ADE4
Tints of Plum #E5ADE4
RGB
CMYK
RGB Variations
Color information
#E5ADE4 (or 0xE5ADE4) is known color: Plum. HEX triplet: E5, AD and E4. RGB value is (229,173,228). Sum of RGB (Red+Green+Blue) = 229+173+228=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ADE4 is #1A521B. Grayscale: #C3C3C3. Windows color (decimal): -1724956 or 14986725. OLE color: 14986725.
HSL color Cylindrical-coordinate representation of color #E5ADE4: hue angle of 301.07º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5ADE4 is Cyan = 0, Magento = 0.24, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 173 | 228 | - |
CMYK | 0 | 0.24 | 0.00 | 0.10 |
HSL | 301.07º | 0.52% | 0.79% | - |
HSV(B) | 301.07º | 0.24% | 0.9% | - |
XYZ | 61.26 | 52.15 | 80.24 | - |
YUV | 196.01 | 146.05 | 151.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 173 | 228 | 0 | 0.24 | 0.00 | 0.10 | 301.07 | 0.52 | 0.79 |
Hex | E5 | AD | E4 | 0 | 18 | 0 | A | 12D | 34 | 4F |
Octal | 345 | 255 | 344 | 0 | 30 | 0 | 12 | 455 | 64 | 117 |
Binary | 11100101 | 10101101 | 11100100 | 0 | 11000 | 0 | 1010 | 100101101 | 110100 | 1001111 |
Color Harmonies of #E5ADE4
Complementary color
Monochromatic Colors of #E5ADE4
Black with #E5ADE4
Text Example
Text Example
White with #E5ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ADE4; }
p { color: rgb(229,173,228); }
H1.HeaderClassName
{
color: #E5ADE4;
}
.AnyTagClassName
{
color: #E5ADE4;
}
</style>
background-color css
<style>
a { background-color: #E5ADE4; }
a { background-color: rgb(229,173,228); }
div.DivClassName
{
background-color: #E5ADE4;
}
.BgClassName
{
background-color: #E5ADE4;
}
</style>
border-color css
<style>
span { border-color: #E5ADE4; }
span { border-color: rgb(229,173,228); }
td.TdClassName
{
border-color: #E5ADE4;
}
.TagClassName
{
border-color: #E5ADE4;
}
</style>