Shades of Plum #E4ADE5
Tints of Plum #E4ADE5
RGB
CMYK
RGB Variations
Color information
#E4ADE5 (or 0xE4ADE5) is known color: Plum. HEX triplet: E4, AD and E5. RGB value is (228,173,229). Sum of RGB (Red+Green+Blue) = 228+173+229=630 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.19% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4ADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ADE5 is #1B521A. Grayscale: #C3C3C3. Windows color (decimal): -1790491 or 15052260. OLE color: 15052260.
HSL color Cylindrical-coordinate representation of color #E4ADE5: hue angle of 298.93º 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 #E4ADE5 is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 228 | 173 | 229 | - |
CMYK | 0.00 | 0.24 | 0 | 0.10 |
HSL | 298.93º | 0.52% | 0.79% | - |
HSV(B) | 298.93º | 0.24% | 0.9% | - |
XYZ | 61.08 | 52.04 | 80.95 | - |
YUV | 195.83 | 146.72 | 150.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 173 | 229 | 0.00 | 0.24 | 0 | 0.10 | 298.93 | 0.52 | 0.79 |
Hex | E4 | AD | E5 | 0 | 18 | 0 | A | 12B | 34 | 4F |
Octal | 344 | 255 | 345 | 0 | 30 | 0 | 12 | 453 | 64 | 117 |
Binary | 11100100 | 10101101 | 11100101 | 0 | 11000 | 0 | 1010 | 100101011 | 110100 | 1001111 |
Color Harmonies of #E4ADE5
Complementary color
Monochromatic Colors of #E4ADE5
Black with #E4ADE5
Text Example
Text Example
White with #E4ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADE5; }
p { color: rgb(228,173,229); }
H1.HeaderClassName
{
color: #E4ADE5;
}
.AnyTagClassName
{
color: #E4ADE5;
}
</style>
background-color css
<style>
a { background-color: #E4ADE5; }
a { background-color: rgb(228,173,229); }
div.DivClassName
{
background-color: #E4ADE5;
}
.BgClassName
{
background-color: #E4ADE5;
}
</style>
border-color css
<style>
span { border-color: #E4ADE5; }
span { border-color: rgb(228,173,229); }
td.TdClassName
{
border-color: #E4ADE5;
}
.TagClassName
{
border-color: #E4ADE5;
}
</style>