Shades of Plum #E299F1
Tints of Plum #E299F1
RGB
CMYK
RGB Variations
Color information
#E299F1 (or 0xE299F1) is known color: Plum. HEX triplet: E2, 99 and F1. RGB value is (226,153,241). Sum of RGB (Red+Green+Blue) = 226+153+241=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #E299F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299F1 is #1D660E. Grayscale: #B8B8B8. Windows color (decimal): -1926671 or 15833570. OLE color: 15833570.
HSL color Cylindrical-coordinate representation of color #E299F1: hue angle of 289.77º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E299F1 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 153 | 241 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.05 |
| HSL | 289.77º | 0.76% | 0.77% | - |
| HSV(B) | 289.77º | 0.37% | 0.95% | - |
| XYZ | 58.63 | 45.3 | 88.87 | - |
| YUV | 184.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 241 | 0.06 | 0.37 | 0 | 0.05 | 289.77 | 0.76 | 0.77 |
| Hex | E2 | 99 | F1 | 6 | 25 | 0 | 5 | 122 | 4C | 4D |
| Octal | 342 | 231 | 361 | 6 | 45 | 0 | 5 | 442 | 114 | 115 |
| Binary | 11100010 | 10011001 | 11110001 | 110 | 100101 | 0 | 101 | 100100010 | 1001100 | 1001101 |
Color Harmonies of #E299F1
Complementary color
Monochromatic Colors of #E299F1
Black with #E299F1
Text Example
Text Example
White with #E299F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299F1; }
p { color: rgb(226,153,241); }
H1.HeaderClassName
{
color: #E299F1;
}
.AnyTagClassName
{
color: #E299F1;
}
</style>
background-color css
<style>
a { background-color: #E299F1; }
a { background-color: rgb(226,153,241); }
div.DivClassName
{
background-color: #E299F1;
}
.BgClassName
{
background-color: #E299F1;
}
</style>
border-color css
<style>
span { border-color: #E299F1; }
span { border-color: rgb(226,153,241); }
td.TdClassName
{
border-color: #E299F1;
}
.TagClassName
{
border-color: #E299F1;
}
</style>