Shades of Violet #E895EC
Tints of Violet #E895EC
RGB
CMYK
RGB Variations
Color information
#E895EC (or 0xE895EC) is known color: Violet. HEX triplet: E8, 95 and EC. RGB value is (232,149,236). Sum of RGB (Red+Green+Blue) = 232+149+236=617 (81% of max value = 765). Red value is 232 (91.02% from 255 or 37.60% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #E895EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E895EC is #176A13. Grayscale: #B7B7B7. Windows color (decimal): -1534484 or 15504872. OLE color: 15504872.
HSL color Cylindrical-coordinate representation of color #E895EC: hue angle of 297.24º 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 #E895EC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 149 | 236 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.07 |
| HSL | 297.24º | 0.7% | 0.75% | - |
| HSV(B) | 297.24º | 0.37% | 0.93% | - |
| XYZ | 59.17 | 44.71 | 84.87 | - |
| YUV | 183.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 149 | 236 | 0.02 | 0.37 | 0 | 0.07 | 297.24 | 0.7 | 0.75 |
| Hex | E8 | 95 | EC | 2 | 25 | 0 | 7 | 129 | 46 | 4B |
| Octal | 350 | 225 | 354 | 2 | 45 | 0 | 7 | 451 | 106 | 113 |
| Binary | 11101000 | 10010101 | 11101100 | 10 | 100101 | 0 | 111 | 100101001 | 1000110 | 1001011 |
Color Harmonies of #E895EC
Complementary color
Monochromatic Colors of #E895EC
Black with #E895EC
Text Example
Text Example
White with #E895EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E895EC; }
p { color: rgb(232,149,236); }
H1.HeaderClassName
{
color: #E895EC;
}
.AnyTagClassName
{
color: #E895EC;
}
</style>
background-color css
<style>
a { background-color: #E895EC; }
a { background-color: rgb(232,149,236); }
div.DivClassName
{
background-color: #E895EC;
}
.BgClassName
{
background-color: #E895EC;
}
</style>
border-color css
<style>
span { border-color: #E895EC; }
span { border-color: rgb(232,149,236); }
td.TdClassName
{
border-color: #E895EC;
}
.TagClassName
{
border-color: #E895EC;
}
</style>