Shades of Plum #E394EA
Tints of Plum #E394EA
RGB
CMYK
RGB Variations
Color information
#E394EA (or 0xE394EA) is known color: Plum. HEX triplet: E3, 94 and EA. RGB value is (227,148,234). Sum of RGB (Red+Green+Blue) = 227+148+234=609 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.27% from 609); Green value is 148 (58.20% from 255 or 24.30% 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 #E394EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E394EA is #1C6B15. Grayscale: #B5B5B5. Windows color (decimal): -1862422 or 15373539. OLE color: 15373539.
HSL color Cylindrical-coordinate representation of color #E394EA: hue angle of 295.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E394EA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 148 | 234 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.08 |
| HSL | 295.12º | 0.67% | 0.75% | - |
| HSV(B) | 295.12º | 0.37% | 0.92% | - |
| XYZ | 57.12 | 43.45 | 83.22 | - |
| YUV | 181.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 148 | 234 | 0.03 | 0.37 | 0 | 0.08 | 295.12 | 0.67 | 0.75 |
| Hex | E3 | 94 | EA | 3 | 25 | 0 | 8 | 127 | 43 | 4B |
| Octal | 343 | 224 | 352 | 3 | 45 | 0 | 10 | 447 | 103 | 113 |
| Binary | 11100011 | 10010100 | 11101010 | 11 | 100101 | 0 | 1000 | 100100111 | 1000011 | 1001011 |
Color Harmonies of #E394EA
Complementary color
Monochromatic Colors of #E394EA
Black with #E394EA
Text Example
Text Example
White with #E394EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E394EA; }
p { color: rgb(227,148,234); }
H1.HeaderClassName
{
color: #E394EA;
}
.AnyTagClassName
{
color: #E394EA;
}
</style>
background-color css
<style>
a { background-color: #E394EA; }
a { background-color: rgb(227,148,234); }
div.DivClassName
{
background-color: #E394EA;
}
.BgClassName
{
background-color: #E394EA;
}
</style>
border-color css
<style>
span { border-color: #E394EA; }
span { border-color: rgb(227,148,234); }
td.TdClassName
{
border-color: #E394EA;
}
.TagClassName
{
border-color: #E394EA;
}
</style>