Shades of Plum #E7ACE4
Tints of Plum #E7ACE4
RGB
CMYK
RGB Variations
Color information
#E7ACE4 (or 0xE7ACE4) is known color: Plum. HEX triplet: E7, AC and E4. RGB value is (231,172,228). Sum of RGB (Red+Green+Blue) = 231+172+228=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7ACE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7ACE4 is #18531B. Grayscale: #C3C3C3. Windows color (decimal): -1594140 or 14986471. OLE color: 14986471.
HSL color Cylindrical-coordinate representation of color #E7ACE4: hue angle of 303.05º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7ACE4 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 172 | 228 | - |
CMYK | 0 | 0.26 | 0.01 | 0.09 |
HSL | 303.05º | 0.55% | 0.79% | - |
HSV(B) | 303.05º | 0.26% | 0.91% | - |
XYZ | 61.71 | 52.1 | 80.2 | - |
YUV | 196.03 | 146.05 | 152.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 172 | 228 | 0 | 0.26 | 0.01 | 0.09 | 303.05 | 0.55 | 0.79 |
Hex | E7 | AC | E4 | 0 | 1A | 1 | 9 | 12F | 37 | 4F |
Octal | 347 | 254 | 344 | 0 | 32 | 1 | 11 | 457 | 67 | 117 |
Binary | 11100111 | 10101100 | 11100100 | 0 | 11010 | 1 | 1001 | 100101111 | 110111 | 1001111 |
Color Harmonies of #E7ACE4
Complementary color
Monochromatic Colors of #E7ACE4
Black with #E7ACE4
Text Example
Text Example
White with #E7ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7ACE4; }
p { color: rgb(231,172,228); }
H1.HeaderClassName
{
color: #E7ACE4;
}
.AnyTagClassName
{
color: #E7ACE4;
}
</style>
background-color css
<style>
a { background-color: #E7ACE4; }
a { background-color: rgb(231,172,228); }
div.DivClassName
{
background-color: #E7ACE4;
}
.BgClassName
{
background-color: #E7ACE4;
}
</style>
border-color css
<style>
span { border-color: #E7ACE4; }
span { border-color: rgb(231,172,228); }
td.TdClassName
{
border-color: #E7ACE4;
}
.TagClassName
{
border-color: #E7ACE4;
}
</style>