Shades of Plum #E698DA
Tints of Plum #E698DA
RGB
CMYK
RGB Variations
Color information
#E698DA (or 0xE698DA) is known color: Plum. HEX triplet: E6, 98 and DA. RGB value is (230,152,218). Sum of RGB (Red+Green+Blue) = 230+152+218=600 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.33% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 230 - color contains mainly: red. Hex color #E698DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E698DA is #196725. Grayscale: #B6B6B6. Windows color (decimal): -1664806 or 14325990. OLE color: 14325990.
HSL color Cylindrical-coordinate representation of color #E698DA: hue angle of 309.23º 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 #E698DA is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 218 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.10 |
| HSL | 309.23º | 0.61% | 0.75% | - |
| HSV(B) | 309.23º | 0.34% | 0.9% | - |
| XYZ | 56.52 | 44.34 | 71.91 | - |
| YUV | 182.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 218 | 0 | 0.34 | 0.05 | 0.10 | 309.23 | 0.61 | 0.75 |
| Hex | E6 | 98 | DA | 0 | 22 | 5 | A | 135 | 3D | 4B |
| Octal | 346 | 230 | 332 | 0 | 42 | 5 | 12 | 465 | 75 | 113 |
| Binary | 11100110 | 10011000 | 11011010 | 0 | 100010 | 101 | 1010 | 100110101 | 111101 | 1001011 |
Color Harmonies of #E698DA
Complementary color
Monochromatic Colors of #E698DA
Black with #E698DA
Text Example
Text Example
White with #E698DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698DA; }
p { color: rgb(230,152,218); }
H1.HeaderClassName
{
color: #E698DA;
}
.AnyTagClassName
{
color: #E698DA;
}
</style>
background-color css
<style>
a { background-color: #E698DA; }
a { background-color: rgb(230,152,218); }
div.DivClassName
{
background-color: #E698DA;
}
.BgClassName
{
background-color: #E698DA;
}
</style>
border-color css
<style>
span { border-color: #E698DA; }
span { border-color: rgb(230,152,218); }
td.TdClassName
{
border-color: #E698DA;
}
.TagClassName
{
border-color: #E698DA;
}
</style>