Shades of Plum #E292EA
Tints of Plum #E292EA
RGB
CMYK
RGB Variations
Color information
#E292EA (or 0xE292EA) is known color: Plum. HEX triplet: E2, 92 and EA. RGB value is (226,146,234). Sum of RGB (Red+Green+Blue) = 226+146+234=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #E292EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292EA is #1D6D15. Grayscale: #B3B3B3. Windows color (decimal): -1928470 or 15373026. OLE color: 15373026.
HSL color Cylindrical-coordinate representation of color #E292EA: hue angle of 294.55º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E292EA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 146 | 234 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.08 |
| HSL | 294.55º | 0.68% | 0.75% | - |
| HSV(B) | 294.55º | 0.38% | 0.92% | - |
| XYZ | 56.49 | 42.67 | 83.1 | - |
| YUV | 179.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 234 | 0.03 | 0.38 | 0 | 0.08 | 294.55 | 0.68 | 0.75 |
| Hex | E2 | 92 | EA | 3 | 26 | 0 | 8 | 127 | 44 | 4B |
| Octal | 342 | 222 | 352 | 3 | 46 | 0 | 10 | 447 | 104 | 113 |
| Binary | 11100010 | 10010010 | 11101010 | 11 | 100110 | 0 | 1000 | 100100111 | 1000100 | 1001011 |
Color Harmonies of #E292EA
Complementary color
Monochromatic Colors of #E292EA
Black with #E292EA
Text Example
Text Example
White with #E292EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292EA; }
p { color: rgb(226,146,234); }
H1.HeaderClassName
{
color: #E292EA;
}
.AnyTagClassName
{
color: #E292EA;
}
</style>
background-color css
<style>
a { background-color: #E292EA; }
a { background-color: rgb(226,146,234); }
div.DivClassName
{
background-color: #E292EA;
}
.BgClassName
{
background-color: #E292EA;
}
</style>
border-color css
<style>
span { border-color: #E292EA; }
span { border-color: rgb(226,146,234); }
td.TdClassName
{
border-color: #E292EA;
}
.TagClassName
{
border-color: #E292EA;
}
</style>