Shades of Plum #E794D4
Tints of Plum #E794D4
RGB
CMYK
RGB Variations
Color information
#E794D4 (or 0xE794D4) is known color: Plum. HEX triplet: E7, 94 and D4. RGB value is (231,148,212). Sum of RGB (Red+Green+Blue) = 231+148+212=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 148 (58.20% from 255 or 25.04% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E794D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E794D4 is #186B2B. Grayscale: #B3B3B3. Windows color (decimal): -1600300 or 13931751. OLE color: 13931751.
HSL color Cylindrical-coordinate representation of color #E794D4: hue angle of 313.73º 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 #E794D4 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 148 | 212 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.09 |
| HSL | 313.73º | 0.63% | 0.74% | - |
| HSV(B) | 313.73º | 0.36% | 0.91% | - |
| XYZ | 55.43 | 42.92 | 67.65 | - |
| YUV | 180.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 148 | 212 | 0 | 0.36 | 0.08 | 0.09 | 313.73 | 0.63 | 0.74 |
| Hex | E7 | 94 | D4 | 0 | 24 | 8 | 9 | 13A | 3F | 4A |
| Octal | 347 | 224 | 324 | 0 | 44 | 10 | 11 | 472 | 77 | 112 |
| Binary | 11100111 | 10010100 | 11010100 | 0 | 100100 | 1000 | 1001 | 100111010 | 111111 | 1001010 |
Color Harmonies of #E794D4
Complementary color
Monochromatic Colors of #E794D4
Black with #E794D4
Text Example
Text Example
White with #E794D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E794D4; }
p { color: rgb(231,148,212); }
H1.HeaderClassName
{
color: #E794D4;
}
.AnyTagClassName
{
color: #E794D4;
}
</style>
background-color css
<style>
a { background-color: #E794D4; }
a { background-color: rgb(231,148,212); }
div.DivClassName
{
background-color: #E794D4;
}
.BgClassName
{
background-color: #E794D4;
}
</style>
border-color css
<style>
span { border-color: #E794D4; }
span { border-color: rgb(231,148,212); }
td.TdClassName
{
border-color: #E794D4;
}
.TagClassName
{
border-color: #E794D4;
}
</style>