Shades of Plum #E3AFEC
Tints of Plum #E3AFEC
RGB
CMYK
RGB Variations
Color information
#E3AFEC (or 0xE3AFEC) is known color: Plum. HEX triplet: E3, AF and EC. RGB value is (227,175,236). Sum of RGB (Red+Green+Blue) = 227+175+236=638 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.58% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #E3AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFEC is #1C5013. Grayscale: #C5C5C5. Windows color (decimal): -1855508 or 15511523. OLE color: 15511523.
HSL color Cylindrical-coordinate representation of color #E3AFEC: hue angle of 291.15º degrees, saturation: 0.62, 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 #E3AFEC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 175 | 236 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.07 |
| HSL | 291.15º | 0.62% | 0.81% | - |
| HSV(B) | 291.15º | 0.26% | 0.93% | - |
| XYZ | 62.15 | 53.05 | 86.32 | - |
| YUV | 197.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 175 | 236 | 0.04 | 0.26 | 0 | 0.07 | 291.15 | 0.62 | 0.81 |
| Hex | E3 | AF | EC | 4 | 1A | 0 | 7 | 123 | 3E | 51 |
| Octal | 343 | 257 | 354 | 4 | 32 | 0 | 7 | 443 | 76 | 121 |
| Binary | 11100011 | 10101111 | 11101100 | 100 | 11010 | 0 | 111 | 100100011 | 111110 | 1010001 |
Color Harmonies of #E3AFEC
Complementary color
Monochromatic Colors of #E3AFEC
Black with #E3AFEC
Text Example
Text Example
White with #E3AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AFEC; }
p { color: rgb(227,175,236); }
H1.HeaderClassName
{
color: #E3AFEC;
}
.AnyTagClassName
{
color: #E3AFEC;
}
</style>
background-color css
<style>
a { background-color: #E3AFEC; }
a { background-color: rgb(227,175,236); }
div.DivClassName
{
background-color: #E3AFEC;
}
.BgClassName
{
background-color: #E3AFEC;
}
</style>
border-color css
<style>
span { border-color: #E3AFEC; }
span { border-color: rgb(227,175,236); }
td.TdClassName
{
border-color: #E3AFEC;
}
.TagClassName
{
border-color: #E3AFEC;
}
</style>