Shades of Plum #E695D9
Tints of Plum #E695D9
RGB
CMYK
RGB Variations
Color information
#E695D9 (or 0xE695D9) is known color: Plum. HEX triplet: E6, 95 and D9. RGB value is (230,149,217). Sum of RGB (Red+Green+Blue) = 230+149+217=596 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.59% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 230 - color contains mainly: red. Hex color #E695D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E695D9 is #196A26. Grayscale: #B4B4B4. Windows color (decimal): -1665575 or 14259686. OLE color: 14259686.
HSL color Cylindrical-coordinate representation of color #E695D9: hue angle of 309.63º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E695D9 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 217 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.10 |
| HSL | 309.63º | 0.62% | 0.74% | - |
| HSV(B) | 309.63º | 0.35% | 0.9% | - |
| XYZ | 55.9 | 43.33 | 71.06 | - |
| YUV | 180.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 217 | 0 | 0.35 | 0.06 | 0.10 | 309.63 | 0.62 | 0.74 |
| Hex | E6 | 95 | D9 | 0 | 23 | 6 | A | 136 | 3E | 4A |
| Octal | 346 | 225 | 331 | 0 | 43 | 6 | 12 | 466 | 76 | 112 |
| Binary | 11100110 | 10010101 | 11011001 | 0 | 100011 | 110 | 1010 | 100110110 | 111110 | 1001010 |
Color Harmonies of #E695D9
Complementary color
Monochromatic Colors of #E695D9
Black with #E695D9
Text Example
Text Example
White with #E695D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695D9; }
p { color: rgb(230,149,217); }
H1.HeaderClassName
{
color: #E695D9;
}
.AnyTagClassName
{
color: #E695D9;
}
</style>
background-color css
<style>
a { background-color: #E695D9; }
a { background-color: rgb(230,149,217); }
div.DivClassName
{
background-color: #E695D9;
}
.BgClassName
{
background-color: #E695D9;
}
</style>
border-color css
<style>
span { border-color: #E695D9; }
span { border-color: rgb(230,149,217); }
td.TdClassName
{
border-color: #E695D9;
}
.TagClassName
{
border-color: #E695D9;
}
</style>