Shades of Plum #E792DA
Tints of Plum #E792DA
RGB
CMYK
RGB Variations
Color information
#E792DA (or 0xE792DA) is known color: Plum. HEX triplet: E7, 92 and DA. RGB value is (231,146,218). Sum of RGB (Red+Green+Blue) = 231+146+218=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E792DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792DA is #186D25. Grayscale: #B3B3B3. Windows color (decimal): -1600806 or 14324455. OLE color: 14324455.
HSL color Cylindrical-coordinate representation of color #E792DA: hue angle of 309.18º 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 #E792DA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 218 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.09 |
| HSL | 309.18º | 0.64% | 0.74% | - |
| HSV(B) | 309.18º | 0.37% | 0.91% | - |
| XYZ | 55.89 | 42.61 | 71.61 | - |
| YUV | 179.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 218 | 0 | 0.37 | 0.06 | 0.09 | 309.18 | 0.64 | 0.74 |
| Hex | E7 | 92 | DA | 0 | 25 | 6 | 9 | 135 | 40 | 4A |
| Octal | 347 | 222 | 332 | 0 | 45 | 6 | 11 | 465 | 100 | 112 |
| Binary | 11100111 | 10010010 | 11011010 | 0 | 100101 | 110 | 1001 | 100110101 | 1000000 | 1001010 |
Color Harmonies of #E792DA
Complementary color
Monochromatic Colors of #E792DA
Black with #E792DA
Text Example
Text Example
White with #E792DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E792DA; }
p { color: rgb(231,146,218); }
H1.HeaderClassName
{
color: #E792DA;
}
.AnyTagClassName
{
color: #E792DA;
}
</style>
background-color css
<style>
a { background-color: #E792DA; }
a { background-color: rgb(231,146,218); }
div.DivClassName
{
background-color: #E792DA;
}
.BgClassName
{
background-color: #E792DA;
}
</style>
border-color css
<style>
span { border-color: #E792DA; }
span { border-color: rgb(231,146,218); }
td.TdClassName
{
border-color: #E792DA;
}
.TagClassName
{
border-color: #E792DA;
}
</style>