Shades of Plum #E9AFED
Tints of Plum #E9AFED
RGB
CMYK
RGB Variations
Color information
#E9AFED (or 0xE9AFED) is known color: Plum. HEX triplet: E9, AF and ED. RGB value is (233,175,237). Sum of RGB (Red+Green+Blue) = 233+175+237=645 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.12% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9AFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFED is #165012. Grayscale: #C7C7C7. Windows color (decimal): -1462291 or 15577065. OLE color: 15577065.
HSL color Cylindrical-coordinate representation of color #E9AFED: hue angle of 296.13º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9AFED is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 175 | 237 | - |
CMYK | 0.02 | 0.26 | 0 | 0.07 |
HSL | 296.13º | 0.63% | 0.81% | - |
HSV(B) | 296.13º | 0.26% | 0.93% | - |
XYZ | 64.22 | 54.1 | 87.18 | - |
YUV | 199.41 | 149.22 | 151.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 175 | 237 | 0.02 | 0.26 | 0 | 0.07 | 296.13 | 0.63 | 0.81 |
Hex | E9 | AF | ED | 2 | 1A | 0 | 7 | 128 | 3F | 51 |
Octal | 351 | 257 | 355 | 2 | 32 | 0 | 7 | 450 | 77 | 121 |
Binary | 11101001 | 10101111 | 11101101 | 10 | 11010 | 0 | 111 | 100101000 | 111111 | 1010001 |
Color Harmonies of #E9AFED
Complementary color
Monochromatic Colors of #E9AFED
Black with #E9AFED
Text Example
Text Example
White with #E9AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AFED; }
p { color: rgb(233,175,237); }
H1.HeaderClassName
{
color: #E9AFED;
}
.AnyTagClassName
{
color: #E9AFED;
}
</style>
background-color css
<style>
a { background-color: #E9AFED; }
a { background-color: rgb(233,175,237); }
div.DivClassName
{
background-color: #E9AFED;
}
.BgClassName
{
background-color: #E9AFED;
}
</style>
border-color css
<style>
span { border-color: #E9AFED; }
span { border-color: rgb(233,175,237); }
td.TdClassName
{
border-color: #E9AFED;
}
.TagClassName
{
border-color: #E9AFED;
}
</style>