Shades of Plum #E797ED
Tints of Plum #E797ED
RGB
CMYK
RGB Variations
Color information
#E797ED (or 0xE797ED) is known color: Plum. HEX triplet: E7, 97 and ED. RGB value is (231,151,237). Sum of RGB (Red+Green+Blue) = 231+151+237=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #E797ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E797ED is #186812. Grayscale: #B8B8B8. Windows color (decimal): -1599507 or 15570919. OLE color: 15570919.
HSL color Cylindrical-coordinate representation of color #E797ED: hue angle of 295.81º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E797ED is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 151 | 237 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.07 |
| HSL | 295.81º | 0.7% | 0.76% | - |
| HSV(B) | 295.81º | 0.36% | 0.93% | - |
| XYZ | 59.31 | 45.24 | 85.73 | - |
| YUV | 184.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 151 | 237 | 0.03 | 0.36 | 0 | 0.07 | 295.81 | 0.7 | 0.76 |
| Hex | E7 | 97 | ED | 3 | 24 | 0 | 7 | 128 | 46 | 4C |
| Octal | 347 | 227 | 355 | 3 | 44 | 0 | 7 | 450 | 106 | 114 |
| Binary | 11100111 | 10010111 | 11101101 | 11 | 100100 | 0 | 111 | 100101000 | 1000110 | 1001100 |
Color Harmonies of #E797ED
Complementary color
Monochromatic Colors of #E797ED
Black with #E797ED
Text Example
Text Example
White with #E797ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E797ED; }
p { color: rgb(231,151,237); }
H1.HeaderClassName
{
color: #E797ED;
}
.AnyTagClassName
{
color: #E797ED;
}
</style>
background-color css
<style>
a { background-color: #E797ED; }
a { background-color: rgb(231,151,237); }
div.DivClassName
{
background-color: #E797ED;
}
.BgClassName
{
background-color: #E797ED;
}
</style>
border-color css
<style>
span { border-color: #E797ED; }
span { border-color: rgb(231,151,237); }
td.TdClassName
{
border-color: #E797ED;
}
.TagClassName
{
border-color: #E797ED;
}
</style>