Shades of Plum #E2ACDF
Tints of Plum #E2ACDF
RGB
CMYK
RGB Variations
Color information
#E2ACDF (or 0xE2ACDF) is known color: Plum. HEX triplet: E2, AC and DF. RGB value is (226,172,223). Sum of RGB (Red+Green+Blue) = 226+172+223=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 226 - color contains mainly: red. Hex color #E2ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2ACDF is #1D5320. Grayscale: #C1C1C1. Windows color (decimal): -1921825 or 14658786. OLE color: 14658786.
HSL color Cylindrical-coordinate representation of color #E2ACDF: hue angle of 303.33º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ACDF is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 172 | 223 | - |
CMYK | 0 | 0.24 | 0.01 | 0.11 |
HSL | 303.33º | 0.48% | 0.78% | - |
HSV(B) | 303.33º | 0.24% | 0.89% | - |
XYZ | 59.44 | 51 | 76.52 | - |
YUV | 193.96 | 144.39 | 150.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 172 | 223 | 0 | 0.24 | 0.01 | 0.11 | 303.33 | 0.48 | 0.78 |
Hex | E2 | AC | DF | 0 | 18 | 1 | B | 12F | 30 | 4E |
Octal | 342 | 254 | 337 | 0 | 30 | 1 | 13 | 457 | 60 | 116 |
Binary | 11100010 | 10101100 | 11011111 | 0 | 11000 | 1 | 1011 | 100101111 | 110000 | 1001110 |
Color Harmonies of #E2ACDF
Complementary color
Monochromatic Colors of #E2ACDF
Black with #E2ACDF
Text Example
Text Example
White with #E2ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ACDF; }
p { color: rgb(226,172,223); }
H1.HeaderClassName
{
color: #E2ACDF;
}
.AnyTagClassName
{
color: #E2ACDF;
}
</style>
background-color css
<style>
a { background-color: #E2ACDF; }
a { background-color: rgb(226,172,223); }
div.DivClassName
{
background-color: #E2ACDF;
}
.BgClassName
{
background-color: #E2ACDF;
}
</style>
border-color css
<style>
span { border-color: #E2ACDF; }
span { border-color: rgb(226,172,223); }
td.TdClassName
{
border-color: #E2ACDF;
}
.TagClassName
{
border-color: #E2ACDF;
}
</style>