Shades of Plum #E790E2
Tints of Plum #E790E2
RGB
CMYK
RGB Variations
Color information
#E790E2 (or 0xE790E2) is known color: Plum. HEX triplet: E7, 90 and E2. RGB value is (231,144,226). Sum of RGB (Red+Green+Blue) = 231+144+226=601 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.44% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 231 - color contains mainly: red. Hex color #E790E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790E2 is #186F1D. Grayscale: #B3B3B3. Windows color (decimal): -1601310 or 14848231. OLE color: 14848231.
HSL color Cylindrical-coordinate representation of color #E790E2: hue angle of 303.45º 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 #E790E2 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 226 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.09 |
| HSL | 303.45º | 0.64% | 0.74% | - |
| HSV(B) | 303.45º | 0.38% | 0.91% | - |
| XYZ | 56.66 | 42.43 | 77.15 | - |
| YUV | 179.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 226 | 0 | 0.38 | 0.02 | 0.09 | 303.45 | 0.64 | 0.74 |
| Hex | E7 | 90 | E2 | 0 | 26 | 2 | 9 | 12F | 40 | 4A |
| Octal | 347 | 220 | 342 | 0 | 46 | 2 | 11 | 457 | 100 | 112 |
| Binary | 11100111 | 10010000 | 11100010 | 0 | 100110 | 10 | 1001 | 100101111 | 1000000 | 1001010 |
Color Harmonies of #E790E2
Complementary color
Monochromatic Colors of #E790E2
Black with #E790E2
Text Example
Text Example
White with #E790E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790E2; }
p { color: rgb(231,144,226); }
H1.HeaderClassName
{
color: #E790E2;
}
.AnyTagClassName
{
color: #E790E2;
}
</style>
background-color css
<style>
a { background-color: #E790E2; }
a { background-color: rgb(231,144,226); }
div.DivClassName
{
background-color: #E790E2;
}
.BgClassName
{
background-color: #E790E2;
}
</style>
border-color css
<style>
span { border-color: #E790E2; }
span { border-color: rgb(231,144,226); }
td.TdClassName
{
border-color: #E790E2;
}
.TagClassName
{
border-color: #E790E2;
}
</style>