Shades of Plum #E7AFE8
Tints of Plum #E7AFE8
RGB
CMYK
RGB Variations
Color information
#E7AFE8 (or 0xE7AFE8) is known color: Plum. HEX triplet: E7, AF and E8. RGB value is (231,175,232). Sum of RGB (Red+Green+Blue) = 231+175+232=638 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.21% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #E7AFE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7AFE8 is #185017. Grayscale: #C6C6C6. Windows color (decimal): -1593368 or 15249383. OLE color: 15249383.
HSL color Cylindrical-coordinate representation of color #E7AFE8: hue angle of 298.95º degrees, saturation: 0.55, 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 #E7AFE8 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 232 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.09 |
| HSL | 298.95º | 0.55% | 0.8% | - |
| HSV(B) | 298.95º | 0.25% | 0.91% | - |
| XYZ | 62.85 | 53.48 | 83.35 | - |
| YUV | 198.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 232 | 0.00 | 0.25 | 0 | 0.09 | 298.95 | 0.55 | 0.8 |
| Hex | E7 | AF | E8 | 0 | 19 | 0 | 9 | 12B | 37 | 50 |
| Octal | 347 | 257 | 350 | 0 | 31 | 0 | 11 | 453 | 67 | 120 |
| Binary | 11100111 | 10101111 | 11101000 | 0 | 11001 | 0 | 1001 | 100101011 | 110111 | 1010000 |
Color Harmonies of #E7AFE8
Complementary color
Monochromatic Colors of #E7AFE8
Black with #E7AFE8
Text Example
Text Example
White with #E7AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AFE8; }
p { color: rgb(231,175,232); }
H1.HeaderClassName
{
color: #E7AFE8;
}
.AnyTagClassName
{
color: #E7AFE8;
}
</style>
background-color css
<style>
a { background-color: #E7AFE8; }
a { background-color: rgb(231,175,232); }
div.DivClassName
{
background-color: #E7AFE8;
}
.BgClassName
{
background-color: #E7AFE8;
}
</style>
border-color css
<style>
span { border-color: #E7AFE8; }
span { border-color: rgb(231,175,232); }
td.TdClassName
{
border-color: #E7AFE8;
}
.TagClassName
{
border-color: #E7AFE8;
}
</style>