Shades of Plum #E299E3
Tints of Plum #E299E3
RGB
CMYK
RGB Variations
Color information
#E299E3 (or 0xE299E3) is known color: Plum. HEX triplet: E2, 99 and E3. RGB value is (226,153,227). Sum of RGB (Red+Green+Blue) = 226+153+227=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #E299E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299E3 is #1D661C. Grayscale: #B7B7B7. Windows color (decimal): -1926685 or 14916066. OLE color: 14916066.
HSL color Cylindrical-coordinate representation of color #E299E3: hue angle of 299.19º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E299E3 is Cyan = 0.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 227 | - |
| CMYK | 0.00 | 0.33 | 0 | 0.11 |
| HSL | 299.19º | 0.57% | 0.75% | - |
| HSV(B) | 299.19º | 0.33% | 0.89% | - |
| XYZ | 56.62 | 44.5 | 78.28 | - |
| YUV | 183.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 227 | 0.00 | 0.33 | 0 | 0.11 | 299.19 | 0.57 | 0.75 |
| Hex | E2 | 99 | E3 | 0 | 21 | 0 | B | 12B | 39 | 4B |
| Octal | 342 | 231 | 343 | 0 | 41 | 0 | 13 | 453 | 71 | 113 |
| Binary | 11100010 | 10011001 | 11100011 | 0 | 100001 | 0 | 1011 | 100101011 | 111001 | 1001011 |
Color Harmonies of #E299E3
Complementary color
Monochromatic Colors of #E299E3
Black with #E299E3
Text Example
Text Example
White with #E299E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299E3; }
p { color: rgb(226,153,227); }
H1.HeaderClassName
{
color: #E299E3;
}
.AnyTagClassName
{
color: #E299E3;
}
</style>
background-color css
<style>
a { background-color: #E299E3; }
a { background-color: rgb(226,153,227); }
div.DivClassName
{
background-color: #E299E3;
}
.BgClassName
{
background-color: #E299E3;
}
</style>
border-color css
<style>
span { border-color: #E299E3; }
span { border-color: rgb(226,153,227); }
td.TdClassName
{
border-color: #E299E3;
}
.TagClassName
{
border-color: #E299E3;
}
</style>