Shades of Plum #E696DF
Tints of Plum #E696DF
RGB
CMYK
RGB Variations
Color information
#E696DF (or 0xE696DF) is known color: Plum. HEX triplet: E6, 96 and DF. RGB value is (230,150,223). Sum of RGB (Red+Green+Blue) = 230+150+223=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 150 (58.98% from 255 or 24.88% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E696DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696DF is #196920. Grayscale: #B6B6B6. Windows color (decimal): -1665313 or 14653158. OLE color: 14653158.
HSL color Cylindrical-coordinate representation of color #E696DF: hue angle of 305.25º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E696DF is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 223 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.10 |
| HSL | 305.25º | 0.62% | 0.75% | - |
| HSV(B) | 305.25º | 0.35% | 0.9% | - |
| XYZ | 56.86 | 43.96 | 75.3 | - |
| YUV | 182.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 223 | 0 | 0.35 | 0.03 | 0.10 | 305.25 | 0.62 | 0.75 |
| Hex | E6 | 96 | DF | 0 | 23 | 3 | A | 131 | 3E | 4B |
| Octal | 346 | 226 | 337 | 0 | 43 | 3 | 12 | 461 | 76 | 113 |
| Binary | 11100110 | 10010110 | 11011111 | 0 | 100011 | 11 | 1010 | 100110001 | 111110 | 1001011 |
Color Harmonies of #E696DF
Complementary color
Monochromatic Colors of #E696DF
Black with #E696DF
Text Example
Text Example
White with #E696DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696DF; }
p { color: rgb(230,150,223); }
H1.HeaderClassName
{
color: #E696DF;
}
.AnyTagClassName
{
color: #E696DF;
}
</style>
background-color css
<style>
a { background-color: #E696DF; }
a { background-color: rgb(230,150,223); }
div.DivClassName
{
background-color: #E696DF;
}
.BgClassName
{
background-color: #E696DF;
}
</style>
border-color css
<style>
span { border-color: #E696DF; }
span { border-color: rgb(230,150,223); }
td.TdClassName
{
border-color: #E696DF;
}
.TagClassName
{
border-color: #E696DF;
}
</style>