Shades of Plum #E794E3
Tints of Plum #E794E3
RGB
CMYK
RGB Variations
Color information
#E794E3 (or 0xE794E3) is known color: Plum. HEX triplet: E7, 94 and E3. RGB value is (231,148,227). Sum of RGB (Red+Green+Blue) = 231+148+227=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E794E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794E3 is #186B1C. Grayscale: #B5B5B5. Windows color (decimal): -1600285 or 14914791. OLE color: 14914791.
HSL color Cylindrical-coordinate representation of color #E794E3: hue angle of 302.89º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E794E3 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 227 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.09 |
| HSL | 302.89º | 0.63% | 0.74% | - |
| HSV(B) | 302.89º | 0.36% | 0.91% | - |
| XYZ | 57.41 | 43.71 | 78.09 | - |
| YUV | 181.82 | 153.5 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 227 | 0 | 0.36 | 0.02 | 0.09 | 302.89 | 0.63 | 0.74 |
| Hex | E7 | 94 | E3 | 0 | 24 | 2 | 9 | 12F | 3F | 4A |
| Octal | 347 | 224 | 343 | 0 | 44 | 2 | 11 | 457 | 77 | 112 |
| Binary | 11100111 | 10010100 | 11100011 | 0 | 100100 | 10 | 1001 | 100101111 | 111111 | 1001010 |
Color Harmonies of #E794E3
Complementary color
Monochromatic Colors of #E794E3
Black with #E794E3
Text Example
Text Example
White with #E794E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794E3; }
p { color: rgb(231,148,227); }
H1.HeaderClassName
{
color: #E794E3;
}
.AnyTagClassName
{
color: #E794E3;
}
</style>
background-color css
<style>
a { background-color: #E794E3; }
a { background-color: rgb(231,148,227); }
div.DivClassName
{
background-color: #E794E3;
}
.BgClassName
{
background-color: #E794E3;
}
</style>
border-color css
<style>
span { border-color: #E794E3; }
span { border-color: rgb(231,148,227); }
td.TdClassName
{
border-color: #E794E3;
}
.TagClassName
{
border-color: #E794E3;
}
</style>