Shades of Plum #E2AFEB
Tints of Plum #E2AFEB
RGB
CMYK
RGB Variations
Color information
#E2AFEB (or 0xE2AFEB) is known color: Plum. HEX triplet: E2, AF and EB. RGB value is (226,175,235). Sum of RGB (Red+Green+Blue) = 226+175+235=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 175 (68.75% from 255 or 27.52% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #E2AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFEB is #1D5014. Grayscale: #C4C4C4. Windows color (decimal): -1921045 or 15445986. OLE color: 15445986.
HSL color Cylindrical-coordinate representation of color #E2AFEB: hue angle of 291º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E2AFEB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 175 | 235 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.08 |
| HSL | 291º | 0.6% | 0.8% | - |
| HSV(B) | 291º | 0.26% | 0.92% | - |
| XYZ | 61.69 | 52.83 | 85.54 | - |
| YUV | 197.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 235 | 0.04 | 0.26 | 0 | 0.08 | 291 | 0.6 | 0.8 |
| Hex | E2 | AF | EB | 4 | 1A | 0 | 8 | 123 | 3C | 50 |
| Octal | 342 | 257 | 353 | 4 | 32 | 0 | 10 | 443 | 74 | 120 |
| Binary | 11100010 | 10101111 | 11101011 | 100 | 11010 | 0 | 1000 | 100100011 | 111100 | 1010000 |
Color Harmonies of #E2AFEB
Complementary color
Monochromatic Colors of #E2AFEB
Black with #E2AFEB
Text Example
Text Example
White with #E2AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFEB; }
p { color: rgb(226,175,235); }
H1.HeaderClassName
{
color: #E2AFEB;
}
.AnyTagClassName
{
color: #E2AFEB;
}
</style>
background-color css
<style>
a { background-color: #E2AFEB; }
a { background-color: rgb(226,175,235); }
div.DivClassName
{
background-color: #E2AFEB;
}
.BgClassName
{
background-color: #E2AFEB;
}
</style>
border-color css
<style>
span { border-color: #E2AFEB; }
span { border-color: rgb(226,175,235); }
td.TdClassName
{
border-color: #E2AFEB;
}
.TagClassName
{
border-color: #E2AFEB;
}
</style>