Shades of Plum #E695EC
Tints of Plum #E695EC
RGB
CMYK
RGB Variations
Color information
#E695EC (or 0xE695EC) is known color: Plum. HEX triplet: E6, 95 and EC. RGB value is (230,149,236). Sum of RGB (Red+Green+Blue) = 230+149+236=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 149 (58.59% from 255 or 24.23% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #E695EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E695EC is #196A13. Grayscale: #B6B6B6. Windows color (decimal): -1665556 or 15504870. OLE color: 15504870.
HSL color Cylindrical-coordinate representation of color #E695EC: hue angle of 295.86º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E695EC is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 149 | 236 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.07 |
| HSL | 295.86º | 0.7% | 0.75% | - |
| HSV(B) | 295.86º | 0.37% | 0.93% | - |
| XYZ | 58.52 | 44.37 | 84.84 | - |
| YUV | 183.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 236 | 0.03 | 0.37 | 0 | 0.07 | 295.86 | 0.7 | 0.75 |
| Hex | E6 | 95 | EC | 3 | 25 | 0 | 7 | 128 | 46 | 4B |
| Octal | 346 | 225 | 354 | 3 | 45 | 0 | 7 | 450 | 106 | 113 |
| Binary | 11100110 | 10010101 | 11101100 | 11 | 100101 | 0 | 111 | 100101000 | 1000110 | 1001011 |
Color Harmonies of #E695EC
Complementary color
Monochromatic Colors of #E695EC
Black with #E695EC
Text Example
Text Example
White with #E695EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E695EC; }
p { color: rgb(230,149,236); }
H1.HeaderClassName
{
color: #E695EC;
}
.AnyTagClassName
{
color: #E695EC;
}
</style>
background-color css
<style>
a { background-color: #E695EC; }
a { background-color: rgb(230,149,236); }
div.DivClassName
{
background-color: #E695EC;
}
.BgClassName
{
background-color: #E695EC;
}
</style>
border-color css
<style>
span { border-color: #E695EC; }
span { border-color: rgb(230,149,236); }
td.TdClassName
{
border-color: #E695EC;
}
.TagClassName
{
border-color: #E695EC;
}
</style>