Shades of Plum #E4ACE5
Tints of Plum #E4ACE5
RGB
CMYK
RGB Variations
Color information
#E4ACE5 (or 0xE4ACE5) is known color: Plum. HEX triplet: E4, AC and E5. RGB value is (228,172,229). Sum of RGB (Red+Green+Blue) = 228+172+229=629 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.25% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4ACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ACE5 is #1B531A. Grayscale: #C3C3C3. Windows color (decimal): -1790747 or 15052004. OLE color: 15052004.
HSL color Cylindrical-coordinate representation of color #E4ACE5: hue angle of 298.95º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4ACE5 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 172 | 229 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.10 |
| HSL | 298.95º | 0.52% | 0.79% | - |
| HSV(B) | 298.95º | 0.25% | 0.9% | - |
| XYZ | 60.89 | 51.66 | 80.89 | - |
| YUV | 195.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 172 | 229 | 0.00 | 0.25 | 0 | 0.10 | 298.95 | 0.52 | 0.79 |
| Hex | E4 | AC | E5 | 0 | 19 | 0 | A | 12B | 34 | 4F |
| Octal | 344 | 254 | 345 | 0 | 31 | 0 | 12 | 453 | 64 | 117 |
| Binary | 11100100 | 10101100 | 11100101 | 0 | 11001 | 0 | 1010 | 100101011 | 110100 | 1001111 |
Color Harmonies of #E4ACE5
Complementary color
Monochromatic Colors of #E4ACE5
Black with #E4ACE5
Text Example
Text Example
White with #E4ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACE5; }
p { color: rgb(228,172,229); }
H1.HeaderClassName
{
color: #E4ACE5;
}
.AnyTagClassName
{
color: #E4ACE5;
}
</style>
background-color css
<style>
a { background-color: #E4ACE5; }
a { background-color: rgb(228,172,229); }
div.DivClassName
{
background-color: #E4ACE5;
}
.BgClassName
{
background-color: #E4ACE5;
}
</style>
border-color css
<style>
span { border-color: #E4ACE5; }
span { border-color: rgb(228,172,229); }
td.TdClassName
{
border-color: #E4ACE5;
}
.TagClassName
{
border-color: #E4ACE5;
}
</style>