Shades of Plum #E697DC
Tints of Plum #E697DC
RGB
CMYK
RGB Variations
Color information
#E697DC (or 0xE697DC) is known color: Plum. HEX triplet: E6, 97 and DC. RGB value is (230,151,220). Sum of RGB (Red+Green+Blue) = 230+151+220=601 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.27% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 230 - color contains mainly: red. Hex color #E697DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697DC is #196823. Grayscale: #B6B6B6. Windows color (decimal): -1665060 or 14456806. OLE color: 14456806.
HSL color Cylindrical-coordinate representation of color #E697DC: hue angle of 307.59º 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 #E697DC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 220 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.10 |
| HSL | 307.59º | 0.61% | 0.75% | - |
| HSV(B) | 307.59º | 0.34% | 0.9% | - |
| XYZ | 56.62 | 44.12 | 73.24 | - |
| YUV | 182.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 220 | 0 | 0.34 | 0.04 | 0.10 | 307.59 | 0.61 | 0.75 |
| Hex | E6 | 97 | DC | 0 | 22 | 4 | A | 134 | 3D | 4B |
| Octal | 346 | 227 | 334 | 0 | 42 | 4 | 12 | 464 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11011100 | 0 | 100010 | 100 | 1010 | 100110100 | 111101 | 1001011 |
Color Harmonies of #E697DC
Complementary color
Monochromatic Colors of #E697DC
Black with #E697DC
Text Example
Text Example
White with #E697DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697DC; }
p { color: rgb(230,151,220); }
H1.HeaderClassName
{
color: #E697DC;
}
.AnyTagClassName
{
color: #E697DC;
}
</style>
background-color css
<style>
a { background-color: #E697DC; }
a { background-color: rgb(230,151,220); }
div.DivClassName
{
background-color: #E697DC;
}
.BgClassName
{
background-color: #E697DC;
}
</style>
border-color css
<style>
span { border-color: #E697DC; }
span { border-color: rgb(230,151,220); }
td.TdClassName
{
border-color: #E697DC;
}
.TagClassName
{
border-color: #E697DC;
}
</style>