Shades of Plum #E1AFEA
Tints of Plum #E1AFEA
RGB
CMYK
RGB Variations
Color information
#E1AFEA (or 0xE1AFEA) is known color: Plum. HEX triplet: E1, AF and EA. RGB value is (225,175,234). Sum of RGB (Red+Green+Blue) = 225+175+234=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 175 (68.75% from 255 or 27.60% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #E1AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E1AFEA is #1E5015. Grayscale: #C4C4C4. Windows color (decimal): -1986582 or 15380449. OLE color: 15380449.
HSL color Cylindrical-coordinate representation of color #E1AFEA: hue angle of 290.85º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1AFEA is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 175 | 234 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.08 |
| HSL | 290.85º | 0.58% | 0.8% | - |
| HSV(B) | 290.85º | 0.25% | 0.92% | - |
| XYZ | 61.23 | 52.61 | 84.77 | - |
| YUV | 196.68 | 149.07 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 234 | 0.04 | 0.25 | 0 | 0.08 | 290.85 | 0.58 | 0.8 |
| Hex | E1 | AF | EA | 4 | 19 | 0 | 8 | 123 | 3A | 50 |
| Octal | 341 | 257 | 352 | 4 | 31 | 0 | 10 | 443 | 72 | 120 |
| Binary | 11100001 | 10101111 | 11101010 | 100 | 11001 | 0 | 1000 | 100100011 | 111010 | 1010000 |
Color Harmonies of #E1AFEA
Complementary color
Monochromatic Colors of #E1AFEA
Black with #E1AFEA
Text Example
Text Example
White with #E1AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AFEA; }
p { color: rgb(225,175,234); }
H1.HeaderClassName
{
color: #E1AFEA;
}
.AnyTagClassName
{
color: #E1AFEA;
}
</style>
background-color css
<style>
a { background-color: #E1AFEA; }
a { background-color: rgb(225,175,234); }
div.DivClassName
{
background-color: #E1AFEA;
}
.BgClassName
{
background-color: #E1AFEA;
}
</style>
border-color css
<style>
span { border-color: #E1AFEA; }
span { border-color: rgb(225,175,234); }
td.TdClassName
{
border-color: #E1AFEA;
}
.TagClassName
{
border-color: #E1AFEA;
}
</style>