Shades of Plum #E790DA
Tints of Plum #E790DA
RGB
CMYK
RGB Variations
Color information
#E790DA (or 0xE790DA) is known color: Plum. HEX triplet: E7, 90 and DA. RGB value is (231,144,218). Sum of RGB (Red+Green+Blue) = 231+144+218=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E790DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790DA is #186F25. Grayscale: #B2B2B2. Windows color (decimal): -1601318 or 14323943. OLE color: 14323943.
HSL color Cylindrical-coordinate representation of color #E790DA: hue angle of 308.97º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E790DA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 218 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.09 |
| HSL | 308.97º | 0.64% | 0.74% | - |
| HSV(B) | 308.97º | 0.38% | 0.91% | - |
| XYZ | 55.58 | 42 | 71.51 | - |
| YUV | 178.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 218 | 0 | 0.38 | 0.06 | 0.09 | 308.97 | 0.64 | 0.74 |
| Hex | E7 | 90 | DA | 0 | 26 | 6 | 9 | 135 | 40 | 4A |
| Octal | 347 | 220 | 332 | 0 | 46 | 6 | 11 | 465 | 100 | 112 |
| Binary | 11100111 | 10010000 | 11011010 | 0 | 100110 | 110 | 1001 | 100110101 | 1000000 | 1001010 |
Color Harmonies of #E790DA
Complementary color
Monochromatic Colors of #E790DA
Black with #E790DA
Text Example
Text Example
White with #E790DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790DA; }
p { color: rgb(231,144,218); }
H1.HeaderClassName
{
color: #E790DA;
}
.AnyTagClassName
{
color: #E790DA;
}
</style>
background-color css
<style>
a { background-color: #E790DA; }
a { background-color: rgb(231,144,218); }
div.DivClassName
{
background-color: #E790DA;
}
.BgClassName
{
background-color: #E790DA;
}
</style>
border-color css
<style>
span { border-color: #E790DA; }
span { border-color: rgb(231,144,218); }
td.TdClassName
{
border-color: #E790DA;
}
.TagClassName
{
border-color: #E790DA;
}
</style>