Shades of Plum #E792D3
Tints of Plum #E792D3
RGB
CMYK
RGB Variations
Color information
#E792D3 (or 0xE792D3) is known color: Plum. HEX triplet: E7, 92 and D3. RGB value is (231,146,211). Sum of RGB (Red+Green+Blue) = 231+146+211=588 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.29% from 588); Green value is 146 (57.42% from 255 or 24.83% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 231 - color contains mainly: red. Hex color #E792D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792D3 is #186D2C. Grayscale: #B2B2B2. Windows color (decimal): -1600813 or 13865703. OLE color: 13865703.
HSL color Cylindrical-coordinate representation of color #E792D3: hue angle of 314.12º 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 #E792D3 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 211 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.09 |
| HSL | 314.12º | 0.64% | 0.74% | - |
| HSV(B) | 314.12º | 0.37% | 0.91% | - |
| XYZ | 54.99 | 42.25 | 66.88 | - |
| YUV | 178.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 211 | 0 | 0.37 | 0.09 | 0.09 | 314.12 | 0.64 | 0.74 |
| Hex | E7 | 92 | D3 | 0 | 25 | 9 | 9 | 13A | 40 | 4A |
| Octal | 347 | 222 | 323 | 0 | 45 | 11 | 11 | 472 | 100 | 112 |
| Binary | 11100111 | 10010010 | 11010011 | 0 | 100101 | 1001 | 1001 | 100111010 | 1000000 | 1001010 |
Color Harmonies of #E792D3
Complementary color
Monochromatic Colors of #E792D3
Black with #E792D3
Text Example
Text Example
White with #E792D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E792D3; }
p { color: rgb(231,146,211); }
H1.HeaderClassName
{
color: #E792D3;
}
.AnyTagClassName
{
color: #E792D3;
}
</style>
background-color css
<style>
a { background-color: #E792D3; }
a { background-color: rgb(231,146,211); }
div.DivClassName
{
background-color: #E792D3;
}
.BgClassName
{
background-color: #E792D3;
}
</style>
border-color css
<style>
span { border-color: #E792D3; }
span { border-color: rgb(231,146,211); }
td.TdClassName
{
border-color: #E792D3;
}
.TagClassName
{
border-color: #E792D3;
}
</style>