Shades of Plum #E295EA
Tints of Plum #E295EA
RGB
CMYK
RGB Variations
Color information
#E295EA (or 0xE295EA) is known color: Plum. HEX triplet: E2, 95 and EA. RGB value is (226,149,234). Sum of RGB (Red+Green+Blue) = 226+149+234=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #E295EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295EA is #1D6A15. Grayscale: #B5B5B5. Windows color (decimal): -1927702 or 15373794. OLE color: 15373794.
HSL color Cylindrical-coordinate representation of color #E295EA: hue angle of 294.35º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E295EA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 149 | 234 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.08 |
| HSL | 294.35º | 0.67% | 0.75% | - |
| HSV(B) | 294.35º | 0.36% | 0.92% | - |
| XYZ | 56.96 | 43.6 | 83.26 | - |
| YUV | 181.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 234 | 0.03 | 0.36 | 0 | 0.08 | 294.35 | 0.67 | 0.75 |
| Hex | E2 | 95 | EA | 3 | 24 | 0 | 8 | 126 | 43 | 4B |
| Octal | 342 | 225 | 352 | 3 | 44 | 0 | 10 | 446 | 103 | 113 |
| Binary | 11100010 | 10010101 | 11101010 | 11 | 100100 | 0 | 1000 | 100100110 | 1000011 | 1001011 |
Color Harmonies of #E295EA
Complementary color
Monochromatic Colors of #E295EA
Black with #E295EA
Text Example
Text Example
White with #E295EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295EA; }
p { color: rgb(226,149,234); }
H1.HeaderClassName
{
color: #E295EA;
}
.AnyTagClassName
{
color: #E295EA;
}
</style>
background-color css
<style>
a { background-color: #E295EA; }
a { background-color: rgb(226,149,234); }
div.DivClassName
{
background-color: #E295EA;
}
.BgClassName
{
background-color: #E295EA;
}
</style>
border-color css
<style>
span { border-color: #E295EA; }
span { border-color: rgb(226,149,234); }
td.TdClassName
{
border-color: #E295EA;
}
.TagClassName
{
border-color: #E295EA;
}
</style>