Shades of Plum #E299D2
Tints of Plum #E299D2
RGB
CMYK
RGB Variations
Color information
#E299D2 (or 0xE299D2) is known color: Plum. HEX triplet: E2, 99 and D2. RGB value is (226,153,210). Sum of RGB (Red+Green+Blue) = 226+153+210=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 226 - color contains mainly: red. Hex color #E299D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E299D2 is #1D662D. Grayscale: #B5B5B5. Windows color (decimal): -1926702 or 13801954. OLE color: 13801954.
HSL color Cylindrical-coordinate representation of color #E299D2: hue angle of 313.15º 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 #E299D2 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 153 | 210 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.11 |
| HSL | 313.15º | 0.56% | 0.74% | - |
| HSV(B) | 313.15º | 0.32% | 0.89% | - |
| XYZ | 54.39 | 43.6 | 66.52 | - |
| YUV | 181.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 210 | 0 | 0.32 | 0.07 | 0.11 | 313.15 | 0.56 | 0.74 |
| Hex | E2 | 99 | D2 | 0 | 20 | 7 | B | 139 | 38 | 4A |
| Octal | 342 | 231 | 322 | 0 | 40 | 7 | 13 | 471 | 70 | 112 |
| Binary | 11100010 | 10011001 | 11010010 | 0 | 100000 | 111 | 1011 | 100111001 | 111000 | 1001010 |
Color Harmonies of #E299D2
Complementary color
Monochromatic Colors of #E299D2
Black with #E299D2
Text Example
Text Example
White with #E299D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299D2; }
p { color: rgb(226,153,210); }
H1.HeaderClassName
{
color: #E299D2;
}
.AnyTagClassName
{
color: #E299D2;
}
</style>
background-color css
<style>
a { background-color: #E299D2; }
a { background-color: rgb(226,153,210); }
div.DivClassName
{
background-color: #E299D2;
}
.BgClassName
{
background-color: #E299D2;
}
</style>
border-color css
<style>
span { border-color: #E299D2; }
span { border-color: rgb(226,153,210); }
td.TdClassName
{
border-color: #E299D2;
}
.TagClassName
{
border-color: #E299D2;
}
</style>