Shades of Plum #E6AFE9
Tints of Plum #E6AFE9
RGB
CMYK
RGB Variations
Color information
#E6AFE9 (or 0xE6AFE9) is known color: Plum. HEX triplet: E6, AF and E9. RGB value is (230,175,233). Sum of RGB (Red+Green+Blue) = 230+175+233=638 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.05% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #E6AFE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6AFE9 is #195016. Grayscale: #C5C5C5. Windows color (decimal): -1658903 or 15314918. OLE color: 15314918.
HSL color Cylindrical-coordinate representation of color #E6AFE9: hue angle of 296.9º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6AFE9 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 175 | 233 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.09 |
| HSL | 296.9º | 0.57% | 0.8% | - |
| HSV(B) | 296.9º | 0.25% | 0.91% | - |
| XYZ | 62.67 | 53.37 | 84.09 | - |
| YUV | 198.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 233 | 0.01 | 0.25 | 0 | 0.09 | 296.9 | 0.57 | 0.8 |
| Hex | E6 | AF | E9 | 1 | 19 | 0 | 9 | 129 | 39 | 50 |
| Octal | 346 | 257 | 351 | 1 | 31 | 0 | 11 | 451 | 71 | 120 |
| Binary | 11100110 | 10101111 | 11101001 | 1 | 11001 | 0 | 1001 | 100101001 | 111001 | 1010000 |
Color Harmonies of #E6AFE9
Complementary color
Monochromatic Colors of #E6AFE9
Black with #E6AFE9
Text Example
Text Example
White with #E6AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFE9; }
p { color: rgb(230,175,233); }
H1.HeaderClassName
{
color: #E6AFE9;
}
.AnyTagClassName
{
color: #E6AFE9;
}
</style>
background-color css
<style>
a { background-color: #E6AFE9; }
a { background-color: rgb(230,175,233); }
div.DivClassName
{
background-color: #E6AFE9;
}
.BgClassName
{
background-color: #E6AFE9;
}
</style>
border-color css
<style>
span { border-color: #E6AFE9; }
span { border-color: rgb(230,175,233); }
td.TdClassName
{
border-color: #E6AFE9;
}
.TagClassName
{
border-color: #E6AFE9;
}
</style>