Shades of Plum #E794D2
Tints of Plum #E794D2
RGB
CMYK
RGB Variations
Color information
#E794D2 (or 0xE794D2) is known color: Plum. HEX triplet: E7, 94 and D2. RGB value is (231,148,210). Sum of RGB (Red+Green+Blue) = 231+148+210=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D2 is #186B2D. Grayscale: #B3B3B3. Windows color (decimal): -1600302 or 13800679. OLE color: 13800679.
HSL color Cylindrical-coordinate representation of color #E794D2: hue angle of 315.18º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E794D2 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 210 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.09 |
| HSL | 315.18º | 0.63% | 0.74% | - |
| HSV(B) | 315.18º | 0.36% | 0.91% | - |
| XYZ | 55.18 | 42.82 | 66.33 | - |
| YUV | 179.89 | 145 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 210 | 0 | 0.36 | 0.09 | 0.09 | 315.18 | 0.63 | 0.74 |
| Hex | E7 | 94 | D2 | 0 | 24 | 9 | 9 | 13B | 3F | 4A |
| Octal | 347 | 224 | 322 | 0 | 44 | 11 | 11 | 473 | 77 | 112 |
| Binary | 11100111 | 10010100 | 11010010 | 0 | 100100 | 1001 | 1001 | 100111011 | 111111 | 1001010 |
Color Harmonies of #E794D2
Complementary color
Monochromatic Colors of #E794D2
Black with #E794D2
Text Example
Text Example
White with #E794D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794D2; }
p { color: rgb(231,148,210); }
H1.HeaderClassName
{
color: #E794D2;
}
.AnyTagClassName
{
color: #E794D2;
}
</style>
background-color css
<style>
a { background-color: #E794D2; }
a { background-color: rgb(231,148,210); }
div.DivClassName
{
background-color: #E794D2;
}
.BgClassName
{
background-color: #E794D2;
}
</style>
border-color css
<style>
span { border-color: #E794D2; }
span { border-color: rgb(231,148,210); }
td.TdClassName
{
border-color: #E794D2;
}
.TagClassName
{
border-color: #E794D2;
}
</style>