Shades of Plum #E2AFE7
Tints of Plum #E2AFE7
RGB
CMYK
RGB Variations
Color information
#E2AFE7 (or 0xE2AFE7) is known color: Plum. HEX triplet: E2, AF and E7. RGB value is (226,175,231). Sum of RGB (Red+Green+Blue) = 226+175+231=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 175 (68.75% from 255 or 27.69% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #E2AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFE7 is #1D5018. Grayscale: #C4C4C4. Windows color (decimal): -1921049 or 15183842. OLE color: 15183842.
HSL color Cylindrical-coordinate representation of color #E2AFE7: hue angle of 294.64º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2AFE7 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 175 | 231 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.09 |
| HSL | 294.64º | 0.54% | 0.8% | - |
| HSV(B) | 294.64º | 0.24% | 0.91% | - |
| XYZ | 61.12 | 52.6 | 82.53 | - |
| YUV | 196.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 231 | 0.02 | 0.24 | 0 | 0.09 | 294.64 | 0.54 | 0.8 |
| Hex | E2 | AF | E7 | 2 | 18 | 0 | 9 | 127 | 36 | 50 |
| Octal | 342 | 257 | 347 | 2 | 30 | 0 | 11 | 447 | 66 | 120 |
| Binary | 11100010 | 10101111 | 11100111 | 10 | 11000 | 0 | 1001 | 100100111 | 110110 | 1010000 |
Color Harmonies of #E2AFE7
Complementary color
Monochromatic Colors of #E2AFE7
Black with #E2AFE7
Text Example
Text Example
White with #E2AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFE7; }
p { color: rgb(226,175,231); }
H1.HeaderClassName
{
color: #E2AFE7;
}
.AnyTagClassName
{
color: #E2AFE7;
}
</style>
background-color css
<style>
a { background-color: #E2AFE7; }
a { background-color: rgb(226,175,231); }
div.DivClassName
{
background-color: #E2AFE7;
}
.BgClassName
{
background-color: #E2AFE7;
}
</style>
border-color css
<style>
span { border-color: #E2AFE7; }
span { border-color: rgb(226,175,231); }
td.TdClassName
{
border-color: #E2AFE7;
}
.TagClassName
{
border-color: #E2AFE7;
}
</style>