Shades of Plum #E697DA
Tints of Plum #E697DA
RGB
CMYK
RGB Variations
Color information
#E697DA (or 0xE697DA) is known color: Plum. HEX triplet: E6, 97 and DA. RGB value is (230,151,218). Sum of RGB (Red+Green+Blue) = 230+151+218=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 230 - color contains mainly: red. Hex color #E697DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E697DA is #196825. Grayscale: #B6B6B6. Windows color (decimal): -1665062 or 14325734. OLE color: 14325734.
HSL color Cylindrical-coordinate representation of color #E697DA: hue angle of 309.11º 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 #E697DA is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 218 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.10 |
| HSL | 309.11º | 0.61% | 0.75% | - |
| HSV(B) | 309.11º | 0.34% | 0.9% | - |
| XYZ | 56.35 | 44.02 | 71.86 | - |
| YUV | 182.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 218 | 0 | 0.34 | 0.05 | 0.10 | 309.11 | 0.61 | 0.75 |
| Hex | E6 | 97 | DA | 0 | 22 | 5 | A | 135 | 3D | 4B |
| Octal | 346 | 227 | 332 | 0 | 42 | 5 | 12 | 465 | 75 | 113 |
| Binary | 11100110 | 10010111 | 11011010 | 0 | 100010 | 101 | 1010 | 100110101 | 111101 | 1001011 |
Color Harmonies of #E697DA
Complementary color
Monochromatic Colors of #E697DA
Black with #E697DA
Text Example
Text Example
White with #E697DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697DA; }
p { color: rgb(230,151,218); }
H1.HeaderClassName
{
color: #E697DA;
}
.AnyTagClassName
{
color: #E697DA;
}
</style>
background-color css
<style>
a { background-color: #E697DA; }
a { background-color: rgb(230,151,218); }
div.DivClassName
{
background-color: #E697DA;
}
.BgClassName
{
background-color: #E697DA;
}
</style>
border-color css
<style>
span { border-color: #E697DA; }
span { border-color: rgb(230,151,218); }
td.TdClassName
{
border-color: #E697DA;
}
.TagClassName
{
border-color: #E697DA;
}
</style>