Shades of Plum #E299E0
Tints of Plum #E299E0
RGB
CMYK
RGB Variations
Color information
#E299E0 (or 0xE299E0) is known color: Plum. HEX triplet: E2, 99 and E0. RGB value is (226,153,224). Sum of RGB (Red+Green+Blue) = 226+153+224=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E299E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299E0 is #1D661F. Grayscale: #B6B6B6. Windows color (decimal): -1926688 or 14719458. OLE color: 14719458.
HSL color Cylindrical-coordinate representation of color #E299E0: hue angle of 301.64º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E299E0 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 224 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.11 |
| HSL | 301.64º | 0.56% | 0.74% | - |
| HSV(B) | 301.64º | 0.32% | 0.89% | - |
| XYZ | 56.21 | 44.33 | 76.12 | - |
| YUV | 182.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 224 | 0 | 0.32 | 0.01 | 0.11 | 301.64 | 0.56 | 0.74 |
| Hex | E2 | 99 | E0 | 0 | 20 | 1 | B | 12E | 38 | 4A |
| Octal | 342 | 231 | 340 | 0 | 40 | 1 | 13 | 456 | 70 | 112 |
| Binary | 11100010 | 10011001 | 11100000 | 0 | 100000 | 1 | 1011 | 100101110 | 111000 | 1001010 |
Color Harmonies of #E299E0
Complementary color
Monochromatic Colors of #E299E0
Black with #E299E0
Text Example
Text Example
White with #E299E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299E0; }
p { color: rgb(226,153,224); }
H1.HeaderClassName
{
color: #E299E0;
}
.AnyTagClassName
{
color: #E299E0;
}
</style>
background-color css
<style>
a { background-color: #E299E0; }
a { background-color: rgb(226,153,224); }
div.DivClassName
{
background-color: #E299E0;
}
.BgClassName
{
background-color: #E299E0;
}
</style>
border-color css
<style>
span { border-color: #E299E0; }
span { border-color: rgb(226,153,224); }
td.TdClassName
{
border-color: #E299E0;
}
.TagClassName
{
border-color: #E299E0;
}
</style>