Shades of Plum #E299EA
Tints of Plum #E299EA
RGB
CMYK
RGB Variations
Color information
#E299EA (or 0xE299EA) is known color: Plum. HEX triplet: E2, 99 and EA. RGB value is (226,153,234). Sum of RGB (Red+Green+Blue) = 226+153+234=613 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.87% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #E299EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299EA is #1D6615. Grayscale: #B7B7B7. Windows color (decimal): -1926678 or 15374818. OLE color: 15374818.
HSL color Cylindrical-coordinate representation of color #E299EA: hue angle of 294.07º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E299EA is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 153 | 234 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.08 |
| HSL | 294.07º | 0.66% | 0.76% | - |
| HSV(B) | 294.07º | 0.35% | 0.92% | - |
| XYZ | 57.61 | 44.89 | 83.47 | - |
| YUV | 184.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 153 | 234 | 0.03 | 0.35 | 0 | 0.08 | 294.07 | 0.66 | 0.76 |
| Hex | E2 | 99 | EA | 3 | 23 | 0 | 8 | 126 | 42 | 4C |
| Octal | 342 | 231 | 352 | 3 | 43 | 0 | 10 | 446 | 102 | 114 |
| Binary | 11100010 | 10011001 | 11101010 | 11 | 100011 | 0 | 1000 | 100100110 | 1000010 | 1001100 |
Color Harmonies of #E299EA
Complementary color
Monochromatic Colors of #E299EA
Black with #E299EA
Text Example
Text Example
White with #E299EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E299EA; }
p { color: rgb(226,153,234); }
H1.HeaderClassName
{
color: #E299EA;
}
.AnyTagClassName
{
color: #E299EA;
}
</style>
background-color css
<style>
a { background-color: #E299EA; }
a { background-color: rgb(226,153,234); }
div.DivClassName
{
background-color: #E299EA;
}
.BgClassName
{
background-color: #E299EA;
}
</style>
border-color css
<style>
span { border-color: #E299EA; }
span { border-color: rgb(226,153,234); }
td.TdClassName
{
border-color: #E299EA;
}
.TagClassName
{
border-color: #E299EA;
}
</style>