Shades of Plum #E3AFED
Tints of Plum #E3AFED
RGB
CMYK
RGB Variations
Color information
#E3AFED (or 0xE3AFED) is known color: Plum. HEX triplet: E3, AF and ED. RGB value is (227,175,237). Sum of RGB (Red+Green+Blue) = 227+175+237=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #E3AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFED is #1C5012. Grayscale: #C5C5C5. Windows color (decimal): -1855507 or 15577059. OLE color: 15577059.
HSL color Cylindrical-coordinate representation of color #E3AFED: hue angle of 290.32º 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 #E3AFED is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 175 | 237 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.07 |
| HSL | 290.32º | 0.63% | 0.81% | - |
| HSV(B) | 290.32º | 0.26% | 0.93% | - |
| XYZ | 62.29 | 53.11 | 87.09 | - |
| YUV | 197.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 237 | 0.04 | 0.26 | 0 | 0.07 | 290.32 | 0.63 | 0.81 |
| Hex | E3 | AF | ED | 4 | 1A | 0 | 7 | 122 | 3F | 51 |
| Octal | 343 | 257 | 355 | 4 | 32 | 0 | 7 | 442 | 77 | 121 |
| Binary | 11100011 | 10101111 | 11101101 | 100 | 11010 | 0 | 111 | 100100010 | 111111 | 1010001 |
Color Harmonies of #E3AFED
Complementary color
Monochromatic Colors of #E3AFED
Black with #E3AFED
Text Example
Text Example
White with #E3AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFED; }
p { color: rgb(227,175,237); }
H1.HeaderClassName
{
color: #E3AFED;
}
.AnyTagClassName
{
color: #E3AFED;
}
</style>
background-color css
<style>
a { background-color: #E3AFED; }
a { background-color: rgb(227,175,237); }
div.DivClassName
{
background-color: #E3AFED;
}
.BgClassName
{
background-color: #E3AFED;
}
</style>
border-color css
<style>
span { border-color: #E3AFED; }
span { border-color: rgb(227,175,237); }
td.TdClassName
{
border-color: #E3AFED;
}
.TagClassName
{
border-color: #E3AFED;
}
</style>