Shades of Plum #E8AFEF
Tints of Plum #E8AFEF
RGB
CMYK
RGB Variations
Color information
#E8AFEF (or 0xE8AFEF) is known color: Plum. HEX triplet: E8, AF and EF. RGB value is (232,175,239). Sum of RGB (Red+Green+Blue) = 232+175+239=646 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.91% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8AFEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFEF is #175010. Grayscale: #C7C7C7. Windows color (decimal): -1527825 or 15708136. OLE color: 15708136.
HSL color Cylindrical-coordinate representation of color #E8AFEF: hue angle of 293.44º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8AFEF is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 175 | 239 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.06 |
| HSL | 293.44º | 0.67% | 0.81% | - |
| HSV(B) | 293.44º | 0.27% | 0.94% | - |
| XYZ | 64.19 | 54.05 | 88.71 | - |
| YUV | 199.34 | 150.38 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 239 | 0.03 | 0.27 | 0 | 0.06 | 293.44 | 0.67 | 0.81 |
| Hex | E8 | AF | EF | 3 | 1B | 0 | 6 | 125 | 43 | 51 |
| Octal | 350 | 257 | 357 | 3 | 33 | 0 | 6 | 445 | 103 | 121 |
| Binary | 11101000 | 10101111 | 11101111 | 11 | 11011 | 0 | 110 | 100100101 | 1000011 | 1010001 |
Color Harmonies of #E8AFEF
Complementary color
Monochromatic Colors of #E8AFEF
Black with #E8AFEF
Text Example
Text Example
White with #E8AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AFEF; }
p { color: rgb(232,175,239); }
H1.HeaderClassName
{
color: #E8AFEF;
}
.AnyTagClassName
{
color: #E8AFEF;
}
</style>
background-color css
<style>
a { background-color: #E8AFEF; }
a { background-color: rgb(232,175,239); }
div.DivClassName
{
background-color: #E8AFEF;
}
.BgClassName
{
background-color: #E8AFEF;
}
</style>
border-color css
<style>
span { border-color: #E8AFEF; }
span { border-color: rgb(232,175,239); }
td.TdClassName
{
border-color: #E8AFEF;
}
.TagClassName
{
border-color: #E8AFEF;
}
</style>