Shades of Plum #E8ACEF
Tints of Plum #E8ACEF
RGB
CMYK
RGB Variations
Color information
#E8ACEF (or 0xE8ACEF) is known color: Plum. HEX triplet: E8, AC and EF. RGB value is (232,172,239). Sum of RGB (Red+Green+Blue) = 232+172+239=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8ACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACEF is #175310. Grayscale: #C5C5C5. Windows color (decimal): -1528593 or 15707368. OLE color: 15707368.
HSL color Cylindrical-coordinate representation of color #E8ACEF: hue angle of 293.73º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8ACEF is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 172 | 239 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.06 |
| HSL | 293.73º | 0.68% | 0.81% | - |
| HSV(B) | 293.73º | 0.28% | 0.94% | - |
| XYZ | 63.61 | 52.89 | 88.52 | - |
| YUV | 197.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 239 | 0.03 | 0.28 | 0 | 0.06 | 293.73 | 0.68 | 0.81 |
| Hex | E8 | AC | EF | 3 | 1C | 0 | 6 | 126 | 44 | 51 |
| Octal | 350 | 254 | 357 | 3 | 34 | 0 | 6 | 446 | 104 | 121 |
| Binary | 11101000 | 10101100 | 11101111 | 11 | 11100 | 0 | 110 | 100100110 | 1000100 | 1010001 |
Color Harmonies of #E8ACEF
Complementary color
Monochromatic Colors of #E8ACEF
Black with #E8ACEF
Text Example
Text Example
White with #E8ACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACEF; }
p { color: rgb(232,172,239); }
H1.HeaderClassName
{
color: #E8ACEF;
}
.AnyTagClassName
{
color: #E8ACEF;
}
</style>
background-color css
<style>
a { background-color: #E8ACEF; }
a { background-color: rgb(232,172,239); }
div.DivClassName
{
background-color: #E8ACEF;
}
.BgClassName
{
background-color: #E8ACEF;
}
</style>
border-color css
<style>
span { border-color: #E8ACEF; }
span { border-color: rgb(232,172,239); }
td.TdClassName
{
border-color: #E8ACEF;
}
.TagClassName
{
border-color: #E8ACEF;
}
</style>