Shades of Plum #E698D9
Tints of Plum #E698D9
RGB
CMYK
RGB Variations
Color information
#E698D9 (or 0xE698D9) is known color: Plum. HEX triplet: E6, 98 and D9. RGB value is (230,152,217). Sum of RGB (Red+Green+Blue) = 230+152+217=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E698D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698D9 is #196726. Grayscale: #B6B6B6. Windows color (decimal): -1664807 or 14260454. OLE color: 14260454.
HSL color Cylindrical-coordinate representation of color #E698D9: hue angle of 310º 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 #E698D9 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 217 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.10 |
| HSL | 310º | 0.61% | 0.75% | - |
| HSV(B) | 310º | 0.34% | 0.9% | - |
| XYZ | 56.39 | 44.29 | 71.22 | - |
| YUV | 182.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 217 | 0 | 0.34 | 0.06 | 0.10 | 310 | 0.61 | 0.75 |
| Hex | E6 | 98 | D9 | 0 | 22 | 6 | A | 136 | 3D | 4B |
| Octal | 346 | 230 | 331 | 0 | 42 | 6 | 12 | 466 | 75 | 113 |
| Binary | 11100110 | 10011000 | 11011001 | 0 | 100010 | 110 | 1010 | 100110110 | 111101 | 1001011 |
Color Harmonies of #E698D9
Complementary color
Monochromatic Colors of #E698D9
Black with #E698D9
Text Example
Text Example
White with #E698D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698D9; }
p { color: rgb(230,152,217); }
H1.HeaderClassName
{
color: #E698D9;
}
.AnyTagClassName
{
color: #E698D9;
}
</style>
background-color css
<style>
a { background-color: #E698D9; }
a { background-color: rgb(230,152,217); }
div.DivClassName
{
background-color: #E698D9;
}
.BgClassName
{
background-color: #E698D9;
}
</style>
border-color css
<style>
span { border-color: #E698D9; }
span { border-color: rgb(230,152,217); }
td.TdClassName
{
border-color: #E698D9;
}
.TagClassName
{
border-color: #E698D9;
}
</style>