Shades of Plum #E8ACF0
Tints of Plum #E8ACF0
RGB
CMYK
RGB Variations
Color information
#E8ACF0 (or 0xE8ACF0) is known color: Plum. HEX triplet: E8, AC and F0. RGB value is (232,172,240). Sum of RGB (Red+Green+Blue) = 232+172+240=644 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.02% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #E8ACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ACF0 is #17530F. Grayscale: #C5C5C5. Windows color (decimal): -1528592 or 15772904. OLE color: 15772904.
HSL color Cylindrical-coordinate representation of color #E8ACF0: hue angle of 292.94º degrees, saturation: 0.69, 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 #E8ACF0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 172 | 240 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.06 |
| HSL | 292.94º | 0.69% | 0.81% | - |
| HSV(B) | 292.94º | 0.28% | 0.94% | - |
| XYZ | 63.76 | 52.95 | 89.3 | - |
| YUV | 197.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 240 | 0.03 | 0.28 | 0 | 0.06 | 292.94 | 0.69 | 0.81 |
| Hex | E8 | AC | F0 | 3 | 1C | 0 | 6 | 125 | 45 | 51 |
| Octal | 350 | 254 | 360 | 3 | 34 | 0 | 6 | 445 | 105 | 121 |
| Binary | 11101000 | 10101100 | 11110000 | 11 | 11100 | 0 | 110 | 100100101 | 1000101 | 1010001 |
Color Harmonies of #E8ACF0
Complementary color
Monochromatic Colors of #E8ACF0
Black with #E8ACF0
Text Example
Text Example
White with #E8ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ACF0; }
p { color: rgb(232,172,240); }
H1.HeaderClassName
{
color: #E8ACF0;
}
.AnyTagClassName
{
color: #E8ACF0;
}
</style>
background-color css
<style>
a { background-color: #E8ACF0; }
a { background-color: rgb(232,172,240); }
div.DivClassName
{
background-color: #E8ACF0;
}
.BgClassName
{
background-color: #E8ACF0;
}
</style>
border-color css
<style>
span { border-color: #E8ACF0; }
span { border-color: rgb(232,172,240); }
td.TdClassName
{
border-color: #E8ACF0;
}
.TagClassName
{
border-color: #E8ACF0;
}
</style>