Shades of Plum #E698DF
Tints of Plum #E698DF
RGB
CMYK
RGB Variations
Color information
#E698DF (or 0xE698DF) is known color: Plum. HEX triplet: E6, 98 and DF. RGB value is (230,152,223). Sum of RGB (Red+Green+Blue) = 230+152+223=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E698DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698DF is #196720. Grayscale: #B7B7B7. Windows color (decimal): -1664801 or 14653670. OLE color: 14653670.
HSL color Cylindrical-coordinate representation of color #E698DF: hue angle of 305.38º 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 #E698DF is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 223 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.10 |
| HSL | 305.38º | 0.61% | 0.75% | - |
| HSV(B) | 305.38º | 0.34% | 0.9% | - |
| XYZ | 57.18 | 44.61 | 75.41 | - |
| YUV | 183.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 223 | 0 | 0.34 | 0.03 | 0.10 | 305.38 | 0.61 | 0.75 |
| Hex | E6 | 98 | DF | 0 | 22 | 3 | A | 131 | 3D | 4B |
| Octal | 346 | 230 | 337 | 0 | 42 | 3 | 12 | 461 | 75 | 113 |
| Binary | 11100110 | 10011000 | 11011111 | 0 | 100010 | 11 | 1010 | 100110001 | 111101 | 1001011 |
Color Harmonies of #E698DF
Complementary color
Monochromatic Colors of #E698DF
Black with #E698DF
Text Example
Text Example
White with #E698DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698DF; }
p { color: rgb(230,152,223); }
H1.HeaderClassName
{
color: #E698DF;
}
.AnyTagClassName
{
color: #E698DF;
}
</style>
background-color css
<style>
a { background-color: #E698DF; }
a { background-color: rgb(230,152,223); }
div.DivClassName
{
background-color: #E698DF;
}
.BgClassName
{
background-color: #E698DF;
}
</style>
border-color css
<style>
span { border-color: #E698DF; }
span { border-color: rgb(230,152,223); }
td.TdClassName
{
border-color: #E698DF;
}
.TagClassName
{
border-color: #E698DF;
}
</style>