Shades of Plum #E2AFE6
Tints of Plum #E2AFE6
RGB
CMYK
RGB Variations
Color information
#E2AFE6 (or 0xE2AFE6) is known color: Plum. HEX triplet: E2, AF and E6. RGB value is (226,175,230). Sum of RGB (Red+Green+Blue) = 226+175+230=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 175 (68.75% from 255 or 27.73% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #E2AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFE6 is #1D5019. Grayscale: #C4C4C4. Windows color (decimal): -1921050 or 15118306. OLE color: 15118306.
HSL color Cylindrical-coordinate representation of color #E2AFE6: hue angle of 295.64º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2AFE6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 175 | 230 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.10 |
| HSL | 295.64º | 0.52% | 0.79% | - |
| HSV(B) | 295.64º | 0.24% | 0.9% | - |
| XYZ | 60.98 | 52.54 | 81.79 | - |
| YUV | 196.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 230 | 0.02 | 0.24 | 0 | 0.10 | 295.64 | 0.52 | 0.79 |
| Hex | E2 | AF | E6 | 2 | 18 | 0 | A | 128 | 34 | 4F |
| Octal | 342 | 257 | 346 | 2 | 30 | 0 | 12 | 450 | 64 | 117 |
| Binary | 11100010 | 10101111 | 11100110 | 10 | 11000 | 0 | 1010 | 100101000 | 110100 | 1001111 |
Color Harmonies of #E2AFE6
Complementary color
Monochromatic Colors of #E2AFE6
Black with #E2AFE6
Text Example
Text Example
White with #E2AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFE6; }
p { color: rgb(226,175,230); }
H1.HeaderClassName
{
color: #E2AFE6;
}
.AnyTagClassName
{
color: #E2AFE6;
}
</style>
background-color css
<style>
a { background-color: #E2AFE6; }
a { background-color: rgb(226,175,230); }
div.DivClassName
{
background-color: #E2AFE6;
}
.BgClassName
{
background-color: #E2AFE6;
}
</style>
border-color css
<style>
span { border-color: #E2AFE6; }
span { border-color: rgb(226,175,230); }
td.TdClassName
{
border-color: #E2AFE6;
}
.TagClassName
{
border-color: #E2AFE6;
}
</style>