Shades of Plum #E698DC
Tints of Plum #E698DC
RGB
CMYK
RGB Variations
Color information
#E698DC (or 0xE698DC) is known color: Plum. HEX triplet: E6, 98 and DC. RGB value is (230,152,220). Sum of RGB (Red+Green+Blue) = 230+152+220=602 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.21% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 230 - color contains mainly: red. Hex color #E698DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698DC is #196723. Grayscale: #B6B6B6. Windows color (decimal): -1664804 or 14457062. OLE color: 14457062.
HSL color Cylindrical-coordinate representation of color #E698DC: hue angle of 307.69º 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 #E698DC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 220 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.10 |
| HSL | 307.69º | 0.61% | 0.75% | - |
| HSV(B) | 307.69º | 0.34% | 0.9% | - |
| XYZ | 56.78 | 44.45 | 73.3 | - |
| YUV | 183.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 220 | 0 | 0.34 | 0.04 | 0.10 | 307.69 | 0.61 | 0.75 |
| Hex | E6 | 98 | DC | 0 | 22 | 4 | A | 134 | 3D | 4B |
| Octal | 346 | 230 | 334 | 0 | 42 | 4 | 12 | 464 | 75 | 113 |
| Binary | 11100110 | 10011000 | 11011100 | 0 | 100010 | 100 | 1010 | 100110100 | 111101 | 1001011 |
Color Harmonies of #E698DC
Complementary color
Monochromatic Colors of #E698DC
Black with #E698DC
Text Example
Text Example
White with #E698DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698DC; }
p { color: rgb(230,152,220); }
H1.HeaderClassName
{
color: #E698DC;
}
.AnyTagClassName
{
color: #E698DC;
}
</style>
background-color css
<style>
a { background-color: #E698DC; }
a { background-color: rgb(230,152,220); }
div.DivClassName
{
background-color: #E698DC;
}
.BgClassName
{
background-color: #E698DC;
}
</style>
border-color css
<style>
span { border-color: #E698DC; }
span { border-color: rgb(230,152,220); }
td.TdClassName
{
border-color: #E698DC;
}
.TagClassName
{
border-color: #E698DC;
}
</style>