Shades of Plum #E697DD
Tints of Plum #E697DD
RGB
CMYK
RGB Variations
Color information
#E697DD (or 0xE697DD) is known color: Plum. HEX triplet: E6, 97 and DD. RGB value is (230,151,221). Sum of RGB (Red+Green+Blue) = 230+151+221=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 151 (59.38% from 255 or 25.08% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E697DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697DD is #196822. Grayscale: #B6B6B6. Windows color (decimal): -1665059 or 14522342. OLE color: 14522342.
HSL color Cylindrical-coordinate representation of color #E697DD: hue angle of 306.84º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E697DD is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 221 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.10 |
| HSL | 306.84º | 0.61% | 0.75% | - |
| HSV(B) | 306.84º | 0.34% | 0.9% | - |
| XYZ | 56.75 | 44.18 | 73.94 | - |
| YUV | 182.6 | 149.67 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 221 | 0 | 0.34 | 0.04 | 0.10 | 306.84 | 0.61 | 0.75 |
| Hex | E6 | 97 | DD | 0 | 22 | 4 | A | 133 | 3D | 4B |
| Octal | 346 | 227 | 335 | 0 | 42 | 4 | 12 | 463 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11011101 | 0 | 100010 | 100 | 1010 | 100110011 | 111101 | 1001011 |
Color Harmonies of #E697DD
Complementary color
Monochromatic Colors of #E697DD
Black with #E697DD
Text Example
Text Example
White with #E697DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697DD; }
p { color: rgb(230,151,221); }
H1.HeaderClassName
{
color: #E697DD;
}
.AnyTagClassName
{
color: #E697DD;
}
</style>
background-color css
<style>
a { background-color: #E697DD; }
a { background-color: rgb(230,151,221); }
div.DivClassName
{
background-color: #E697DD;
}
.BgClassName
{
background-color: #E697DD;
}
</style>
border-color css
<style>
span { border-color: #E697DD; }
span { border-color: rgb(230,151,221); }
td.TdClassName
{
border-color: #E697DD;
}
.TagClassName
{
border-color: #E697DD;
}
</style>