Shades of Plum #E5AFEC
Tints of Plum #E5AFEC
RGB
CMYK
RGB Variations
Color information
#E5AFEC (or 0xE5AFEC) is known color: Plum. HEX triplet: E5, AF and EC. RGB value is (229,175,236). Sum of RGB (Red+Green+Blue) = 229+175+236=640 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.78% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #E5AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFEC is #1A5013. Grayscale: #C5C5C5. Windows color (decimal): -1724436 or 15511525. OLE color: 15511525.
HSL color Cylindrical-coordinate representation of color #E5AFEC: hue angle of 293.11º 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 #E5AFEC is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 175 | 236 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.07 |
| HSL | 293.11º | 0.62% | 0.81% | - |
| HSV(B) | 293.11º | 0.26% | 0.93% | - |
| XYZ | 62.78 | 53.37 | 86.35 | - |
| YUV | 198.1 | 149.39 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 236 | 0.03 | 0.26 | 0 | 0.07 | 293.11 | 0.62 | 0.81 |
| Hex | E5 | AF | EC | 3 | 1A | 0 | 7 | 125 | 3E | 51 |
| Octal | 345 | 257 | 354 | 3 | 32 | 0 | 7 | 445 | 76 | 121 |
| Binary | 11100101 | 10101111 | 11101100 | 11 | 11010 | 0 | 111 | 100100101 | 111110 | 1010001 |
Color Harmonies of #E5AFEC
Complementary color
Monochromatic Colors of #E5AFEC
Black with #E5AFEC
Text Example
Text Example
White with #E5AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AFEC; }
p { color: rgb(229,175,236); }
H1.HeaderClassName
{
color: #E5AFEC;
}
.AnyTagClassName
{
color: #E5AFEC;
}
</style>
background-color css
<style>
a { background-color: #E5AFEC; }
a { background-color: rgb(229,175,236); }
div.DivClassName
{
background-color: #E5AFEC;
}
.BgClassName
{
background-color: #E5AFEC;
}
</style>
border-color css
<style>
span { border-color: #E5AFEC; }
span { border-color: rgb(229,175,236); }
td.TdClassName
{
border-color: #E5AFEC;
}
.TagClassName
{
border-color: #E5AFEC;
}
</style>