Shades of Plum #E794DE
Tints of Plum #E794DE
RGB
CMYK
RGB Variations
Color information
#E794DE (or 0xE794DE) is known color: Plum. HEX triplet: E7, 94 and DE. RGB value is (231,148,222). Sum of RGB (Red+Green+Blue) = 231+148+222=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 148 (58.20% from 255 or 24.63% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E794DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794DE is #186B21. Grayscale: #B5B5B5. Windows color (decimal): -1600290 or 14587111. OLE color: 14587111.
HSL color Cylindrical-coordinate representation of color #E794DE: hue angle of 306.51º 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 #E794DE is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 222 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.09 |
| HSL | 306.51º | 0.63% | 0.74% | - |
| HSV(B) | 306.51º | 0.36% | 0.91% | - |
| XYZ | 56.73 | 43.44 | 74.5 | - |
| YUV | 181.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 222 | 0 | 0.36 | 0.04 | 0.09 | 306.51 | 0.63 | 0.74 |
| Hex | E7 | 94 | DE | 0 | 24 | 4 | 9 | 133 | 3F | 4A |
| Octal | 347 | 224 | 336 | 0 | 44 | 4 | 11 | 463 | 77 | 112 |
| Binary | 11100111 | 10010100 | 11011110 | 0 | 100100 | 100 | 1001 | 100110011 | 111111 | 1001010 |
Color Harmonies of #E794DE
Complementary color
Monochromatic Colors of #E794DE
Black with #E794DE
Text Example
Text Example
White with #E794DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794DE; }
p { color: rgb(231,148,222); }
H1.HeaderClassName
{
color: #E794DE;
}
.AnyTagClassName
{
color: #E794DE;
}
</style>
background-color css
<style>
a { background-color: #E794DE; }
a { background-color: rgb(231,148,222); }
div.DivClassName
{
background-color: #E794DE;
}
.BgClassName
{
background-color: #E794DE;
}
</style>
border-color css
<style>
span { border-color: #E794DE; }
span { border-color: rgb(231,148,222); }
td.TdClassName
{
border-color: #E794DE;
}
.TagClassName
{
border-color: #E794DE;
}
</style>