Shades of Plum #E696D4
Tints of Plum #E696D4
RGB
CMYK
RGB Variations
Color information
#E696D4 (or 0xE696D4) is known color: Plum. HEX triplet: E6, 96 and D4. RGB value is (230,150,212). Sum of RGB (Red+Green+Blue) = 230+150+212=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E696D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E696D4 is #19692B. Grayscale: #B4B4B4. Windows color (decimal): -1665324 or 13932262. OLE color: 13932262.
HSL color Cylindrical-coordinate representation of color #E696D4: hue angle of 313.5º 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 #E696D4 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 150 | 212 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.10 |
| HSL | 313.5º | 0.62% | 0.75% | - |
| HSV(B) | 313.5º | 0.35% | 0.9% | - |
| XYZ | 55.42 | 43.39 | 67.74 | - |
| YUV | 180.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 150 | 212 | 0 | 0.35 | 0.08 | 0.10 | 313.5 | 0.62 | 0.75 |
| Hex | E6 | 96 | D4 | 0 | 23 | 8 | A | 13A | 3E | 4B |
| Octal | 346 | 226 | 324 | 0 | 43 | 10 | 12 | 472 | 76 | 113 |
| Binary | 11100110 | 10010110 | 11010100 | 0 | 100011 | 1000 | 1010 | 100111010 | 111110 | 1001011 |
Color Harmonies of #E696D4
Complementary color
Monochromatic Colors of #E696D4
Black with #E696D4
Text Example
Text Example
White with #E696D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E696D4; }
p { color: rgb(230,150,212); }
H1.HeaderClassName
{
color: #E696D4;
}
.AnyTagClassName
{
color: #E696D4;
}
</style>
background-color css
<style>
a { background-color: #E696D4; }
a { background-color: rgb(230,150,212); }
div.DivClassName
{
background-color: #E696D4;
}
.BgClassName
{
background-color: #E696D4;
}
</style>
border-color css
<style>
span { border-color: #E696D4; }
span { border-color: rgb(230,150,212); }
td.TdClassName
{
border-color: #E696D4;
}
.TagClassName
{
border-color: #E696D4;
}
</style>