Shades of Plum #E696E7
Tints of Plum #E696E7
RGB
CMYK
RGB Variations
Color information
#E696E7 (or 0xE696E7) is known color: Plum. HEX triplet: E6, 96 and E7. RGB value is (230,150,231). Sum of RGB (Red+Green+Blue) = 230+150+231=611 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.64% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #E696E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E696E7 is #196918. Grayscale: #B6B6B6. Windows color (decimal): -1665305 or 15177446. OLE color: 15177446.
HSL color Cylindrical-coordinate representation of color #E696E7: hue angle of 299.26º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696E7 is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 150 | 231 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.09 |
| HSL | 299.26º | 0.63% | 0.75% | - |
| HSV(B) | 299.26º | 0.35% | 0.91% | - |
| XYZ | 57.96 | 44.41 | 81.12 | - |
| YUV | 183.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 231 | 0.00 | 0.35 | 0 | 0.09 | 299.26 | 0.63 | 0.75 |
| Hex | E6 | 96 | E7 | 0 | 23 | 0 | 9 | 12B | 3F | 4B |
| Octal | 346 | 226 | 347 | 0 | 43 | 0 | 11 | 453 | 77 | 113 |
| Binary | 11100110 | 10010110 | 11100111 | 0 | 100011 | 0 | 1001 | 100101011 | 111111 | 1001011 |
Color Harmonies of #E696E7
Complementary color
Monochromatic Colors of #E696E7
Black with #E696E7
Text Example
Text Example
White with #E696E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696E7; }
p { color: rgb(230,150,231); }
H1.HeaderClassName
{
color: #E696E7;
}
.AnyTagClassName
{
color: #E696E7;
}
</style>
background-color css
<style>
a { background-color: #E696E7; }
a { background-color: rgb(230,150,231); }
div.DivClassName
{
background-color: #E696E7;
}
.BgClassName
{
background-color: #E696E7;
}
</style>
border-color css
<style>
span { border-color: #E696E7; }
span { border-color: rgb(230,150,231); }
td.TdClassName
{
border-color: #E696E7;
}
.TagClassName
{
border-color: #E696E7;
}
</style>