Shades of Plum #E4ACE3
Tints of Plum #E4ACE3
RGB
CMYK
RGB Variations
Color information
#E4ACE3 (or 0xE4ACE3) is known color: Plum. HEX triplet: E4, AC and E3. RGB value is (228,172,227). Sum of RGB (Red+Green+Blue) = 228+172+227=627 (83% of max value = 765). Red value is 228 (89.45% from 255 or 36.36% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ACE3 is #1B531C. Grayscale: #C2C2C2. Windows color (decimal): -1790749 or 14920932. OLE color: 14920932.
HSL color Cylindrical-coordinate representation of color #E4ACE3: hue angle of 301.07º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4ACE3 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 172 | 227 | - |
CMYK | 0 | 0.25 | 0.00 | 0.11 |
HSL | 301.07º | 0.51% | 0.78% | - |
HSV(B) | 301.07º | 0.25% | 0.89% | - |
XYZ | 60.61 | 51.55 | 79.43 | - |
YUV | 195.01 | 146.05 | 151.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 172 | 227 | 0 | 0.25 | 0.00 | 0.11 | 301.07 | 0.51 | 0.78 |
Hex | E4 | AC | E3 | 0 | 19 | 0 | B | 12D | 33 | 4E |
Octal | 344 | 254 | 343 | 0 | 31 | 0 | 13 | 455 | 63 | 116 |
Binary | 11100100 | 10101100 | 11100011 | 0 | 11001 | 0 | 1011 | 100101101 | 110011 | 1001110 |
Color Harmonies of #E4ACE3
Complementary color
Monochromatic Colors of #E4ACE3
Black with #E4ACE3
Text Example
Text Example
White with #E4ACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ACE3; }
p { color: rgb(228,172,227); }
H1.HeaderClassName
{
color: #E4ACE3;
}
.AnyTagClassName
{
color: #E4ACE3;
}
</style>
background-color css
<style>
a { background-color: #E4ACE3; }
a { background-color: rgb(228,172,227); }
div.DivClassName
{
background-color: #E4ACE3;
}
.BgClassName
{
background-color: #E4ACE3;
}
</style>
border-color css
<style>
span { border-color: #E4ACE3; }
span { border-color: rgb(228,172,227); }
td.TdClassName
{
border-color: #E4ACE3;
}
.TagClassName
{
border-color: #E4ACE3;
}
</style>