Shades of Plum #E790DD
Tints of Plum #E790DD
RGB
CMYK
RGB Variations
Color information
#E790DD (or 0xE790DD) is known color: Plum. HEX triplet: E7, 90 and DD. RGB value is (231,144,221). Sum of RGB (Red+Green+Blue) = 231+144+221=596 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.76% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 231 - color contains mainly: red. Hex color #E790DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790DD is #186F22. Grayscale: #B2B2B2. Windows color (decimal): -1601315 or 14520551. OLE color: 14520551.
HSL color Cylindrical-coordinate representation of color #E790DD: hue angle of 306.9º 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 #E790DD is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 221 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.09 |
| HSL | 306.9º | 0.64% | 0.74% | - |
| HSV(B) | 306.9º | 0.38% | 0.91% | - |
| XYZ | 55.98 | 42.16 | 73.59 | - |
| YUV | 178.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 221 | 0 | 0.38 | 0.04 | 0.09 | 306.9 | 0.64 | 0.74 |
| Hex | E7 | 90 | DD | 0 | 26 | 4 | 9 | 133 | 40 | 4A |
| Octal | 347 | 220 | 335 | 0 | 46 | 4 | 11 | 463 | 100 | 112 |
| Binary | 11100111 | 10010000 | 11011101 | 0 | 100110 | 100 | 1001 | 100110011 | 1000000 | 1001010 |
Color Harmonies of #E790DD
Complementary color
Monochromatic Colors of #E790DD
Black with #E790DD
Text Example
Text Example
White with #E790DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790DD; }
p { color: rgb(231,144,221); }
H1.HeaderClassName
{
color: #E790DD;
}
.AnyTagClassName
{
color: #E790DD;
}
</style>
background-color css
<style>
a { background-color: #E790DD; }
a { background-color: rgb(231,144,221); }
div.DivClassName
{
background-color: #E790DD;
}
.BgClassName
{
background-color: #E790DD;
}
</style>
border-color css
<style>
span { border-color: #E790DD; }
span { border-color: rgb(231,144,221); }
td.TdClassName
{
border-color: #E790DD;
}
.TagClassName
{
border-color: #E790DD;
}
</style>