Shades of Plum #E7A0F2
Tints of Plum #E7A0F2
RGB
CMYK
RGB Variations
Color information
#E7A0F2 (or 0xE7A0F2) is known color: Plum. HEX triplet: E7, A0 and F2. RGB value is (231,160,242). Sum of RGB (Red+Green+Blue) = 231+160+242=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #E7A0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E7A0F2 is #185F0D. Grayscale: #BEBEBE. Windows color (decimal): -1597198 or 15900903. OLE color: 15900903.
HSL color Cylindrical-coordinate representation of color #E7A0F2: hue angle of 291.95º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7A0F2 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 160 | 242 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.05 |
| HSL | 291.95º | 0.76% | 0.79% | - |
| HSV(B) | 291.95º | 0.34% | 0.95% | - |
| XYZ | 61.55 | 48.54 | 90.13 | - |
| YUV | 190.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 242 | 0.05 | 0.34 | 0 | 0.05 | 291.95 | 0.76 | 0.79 |
| Hex | E7 | A0 | F2 | 5 | 22 | 0 | 5 | 124 | 4C | 4F |
| Octal | 347 | 240 | 362 | 5 | 42 | 0 | 5 | 444 | 114 | 117 |
| Binary | 11100111 | 10100000 | 11110010 | 101 | 100010 | 0 | 101 | 100100100 | 1001100 | 1001111 |
Color Harmonies of #E7A0F2
Complementary color
Monochromatic Colors of #E7A0F2
Black with #E7A0F2
Text Example
Text Example
White with #E7A0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A0F2; }
p { color: rgb(231,160,242); }
H1.HeaderClassName
{
color: #E7A0F2;
}
.AnyTagClassName
{
color: #E7A0F2;
}
</style>
background-color css
<style>
a { background-color: #E7A0F2; }
a { background-color: rgb(231,160,242); }
div.DivClassName
{
background-color: #E7A0F2;
}
.BgClassName
{
background-color: #E7A0F2;
}
</style>
border-color css
<style>
span { border-color: #E7A0F2; }
span { border-color: rgb(231,160,242); }
td.TdClassName
{
border-color: #E7A0F2;
}
.TagClassName
{
border-color: #E7A0F2;
}
</style>