Shades of Plum #E791DF
Tints of Plum #E791DF
RGB
CMYK
RGB Variations
Color information
#E791DF (or 0xE791DF) is known color: Plum. HEX triplet: E7, 91 and DF. RGB value is (231,145,223). Sum of RGB (Red+Green+Blue) = 231+145+223=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 145 (57.03% from 255 or 24.21% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E791DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791DF is #186E20. Grayscale: #B3B3B3. Windows color (decimal): -1601057 or 14651879. OLE color: 14651879.
HSL color Cylindrical-coordinate representation of color #E791DF: hue angle of 305.58º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E791DF is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 223 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.09 |
| HSL | 305.58º | 0.64% | 0.74% | - |
| HSV(B) | 305.58º | 0.37% | 0.91% | - |
| XYZ | 56.4 | 42.57 | 75.06 | - |
| YUV | 179.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 223 | 0 | 0.37 | 0.03 | 0.09 | 305.58 | 0.64 | 0.74 |
| Hex | E7 | 91 | DF | 0 | 25 | 3 | 9 | 132 | 40 | 4A |
| Octal | 347 | 221 | 337 | 0 | 45 | 3 | 11 | 462 | 100 | 112 |
| Binary | 11100111 | 10010001 | 11011111 | 0 | 100101 | 11 | 1001 | 100110010 | 1000000 | 1001010 |
Color Harmonies of #E791DF
Complementary color
Monochromatic Colors of #E791DF
Black with #E791DF
Text Example
Text Example
White with #E791DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E791DF; }
p { color: rgb(231,145,223); }
H1.HeaderClassName
{
color: #E791DF;
}
.AnyTagClassName
{
color: #E791DF;
}
</style>
background-color css
<style>
a { background-color: #E791DF; }
a { background-color: rgb(231,145,223); }
div.DivClassName
{
background-color: #E791DF;
}
.BgClassName
{
background-color: #E791DF;
}
</style>
border-color css
<style>
span { border-color: #E791DF; }
span { border-color: rgb(231,145,223); }
td.TdClassName
{
border-color: #E791DF;
}
.TagClassName
{
border-color: #E791DF;
}
</style>