Shades of Plum #E794E1
Tints of Plum #E794E1
RGB
CMYK
RGB Variations
Color information
#E794E1 (or 0xE794E1) is known color: Plum. HEX triplet: E7, 94 and E1. RGB value is (231,148,225). Sum of RGB (Red+Green+Blue) = 231+148+225=604 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.25% from 604); Green value is 148 (58.20% from 255 or 24.50% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 231 - color contains mainly: red. Hex color #E794E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794E1 is #186B1E. Grayscale: #B5B5B5. Windows color (decimal): -1600287 or 14783719. OLE color: 14783719.
HSL color Cylindrical-coordinate representation of color #E794E1: hue angle of 304.34º 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 #E794E1 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 225 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.09 |
| HSL | 304.34º | 0.63% | 0.74% | - |
| HSV(B) | 304.34º | 0.36% | 0.91% | - |
| XYZ | 57.14 | 43.6 | 76.64 | - |
| YUV | 181.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 225 | 0 | 0.36 | 0.03 | 0.09 | 304.34 | 0.63 | 0.74 |
| Hex | E7 | 94 | E1 | 0 | 24 | 3 | 9 | 130 | 3F | 4A |
| Octal | 347 | 224 | 341 | 0 | 44 | 3 | 11 | 460 | 77 | 112 |
| Binary | 11100111 | 10010100 | 11100001 | 0 | 100100 | 11 | 1001 | 100110000 | 111111 | 1001010 |
Color Harmonies of #E794E1
Complementary color
Monochromatic Colors of #E794E1
Black with #E794E1
Text Example
Text Example
White with #E794E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794E1; }
p { color: rgb(231,148,225); }
H1.HeaderClassName
{
color: #E794E1;
}
.AnyTagClassName
{
color: #E794E1;
}
</style>
background-color css
<style>
a { background-color: #E794E1; }
a { background-color: rgb(231,148,225); }
div.DivClassName
{
background-color: #E794E1;
}
.BgClassName
{
background-color: #E794E1;
}
</style>
border-color css
<style>
span { border-color: #E794E1; }
span { border-color: rgb(231,148,225); }
td.TdClassName
{
border-color: #E794E1;
}
.TagClassName
{
border-color: #E794E1;
}
</style>