Shades of Plum #E794E9
Tints of Plum #E794E9
RGB
CMYK
RGB Variations
Color information
#E794E9 (or 0xE794E9) is known color: Plum. HEX triplet: E7, 94 and E9. RGB value is (231,148,233). Sum of RGB (Red+Green+Blue) = 231+148+233=612 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.75% from 612); Green value is 148 (58.20% from 255 or 24.18% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #E794E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E794E9 is #186B16. Grayscale: #B6B6B6. Windows color (decimal): -1600279 or 15308007. OLE color: 15308007.
HSL color Cylindrical-coordinate representation of color #E794E9: hue angle of 298.59º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E794E9 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 233 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.09 |
| HSL | 298.59º | 0.66% | 0.75% | - |
| HSV(B) | 298.59º | 0.36% | 0.91% | - |
| XYZ | 58.25 | 44.05 | 82.52 | - |
| YUV | 182.51 | 156.5 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 233 | 0.01 | 0.36 | 0 | 0.09 | 298.59 | 0.66 | 0.75 |
| Hex | E7 | 94 | E9 | 1 | 24 | 0 | 9 | 12B | 42 | 4B |
| Octal | 347 | 224 | 351 | 1 | 44 | 0 | 11 | 453 | 102 | 113 |
| Binary | 11100111 | 10010100 | 11101001 | 1 | 100100 | 0 | 1001 | 100101011 | 1000010 | 1001011 |
Color Harmonies of #E794E9
Complementary color
Monochromatic Colors of #E794E9
Black with #E794E9
Text Example
Text Example
White with #E794E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794E9; }
p { color: rgb(231,148,233); }
H1.HeaderClassName
{
color: #E794E9;
}
.AnyTagClassName
{
color: #E794E9;
}
</style>
background-color css
<style>
a { background-color: #E794E9; }
a { background-color: rgb(231,148,233); }
div.DivClassName
{
background-color: #E794E9;
}
.BgClassName
{
background-color: #E794E9;
}
</style>
border-color css
<style>
span { border-color: #E794E9; }
span { border-color: rgb(231,148,233); }
td.TdClassName
{
border-color: #E794E9;
}
.TagClassName
{
border-color: #E794E9;
}
</style>