Shades of Plum #E9ADF0
Tints of Plum #E9ADF0
RGB
CMYK
RGB Variations
Color information
#E9ADF0 (or 0xE9ADF0) is known color: Plum. HEX triplet: E9, AD and F0. RGB value is (233,173,240). Sum of RGB (Red+Green+Blue) = 233+173+240=646 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.07% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #E9ADF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9ADF0 is #16520F. Grayscale: #C6C6C6. Windows color (decimal): -1462800 or 15773161. OLE color: 15773161.
HSL color Cylindrical-coordinate representation of color #E9ADF0: hue angle of 293.73º 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 #E9ADF0 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 173 | 240 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.06 |
| HSL | 293.73º | 0.69% | 0.81% | - |
| HSV(B) | 293.73º | 0.28% | 0.94% | - |
| XYZ | 64.28 | 53.5 | 89.38 | - |
| YUV | 198.58 | 151.38 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 240 | 0.03 | 0.28 | 0 | 0.06 | 293.73 | 0.69 | 0.81 |
| Hex | E9 | AD | F0 | 3 | 1C | 0 | 6 | 126 | 45 | 51 |
| Octal | 351 | 255 | 360 | 3 | 34 | 0 | 6 | 446 | 105 | 121 |
| Binary | 11101001 | 10101101 | 11110000 | 11 | 11100 | 0 | 110 | 100100110 | 1000101 | 1010001 |
Color Harmonies of #E9ADF0
Complementary color
Monochromatic Colors of #E9ADF0
Black with #E9ADF0
Text Example
Text Example
White with #E9ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9ADF0; }
p { color: rgb(233,173,240); }
H1.HeaderClassName
{
color: #E9ADF0;
}
.AnyTagClassName
{
color: #E9ADF0;
}
</style>
background-color css
<style>
a { background-color: #E9ADF0; }
a { background-color: rgb(233,173,240); }
div.DivClassName
{
background-color: #E9ADF0;
}
.BgClassName
{
background-color: #E9ADF0;
}
</style>
border-color css
<style>
span { border-color: #E9ADF0; }
span { border-color: rgb(233,173,240); }
td.TdClassName
{
border-color: #E9ADF0;
}
.TagClassName
{
border-color: #E9ADF0;
}
</style>