Shades of Violet #E185EC
Tints of Violet #E185EC
RGB
CMYK
RGB Variations
Color information
#E185EC (or 0xE185EC) is known color: Violet. HEX triplet: E1, 85 and EC. RGB value is (225,133,236). Sum of RGB (Red+Green+Blue) = 225+133+236=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 133 (52.34% from 255 or 22.39% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #E185EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185EC is #1E7A13. Grayscale: #ABABAB. Windows color (decimal): -1997332 or 15500769. OLE color: 15500769.
HSL color Cylindrical-coordinate representation of color #E185EC: hue angle of 293.59º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E185EC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 133 | 236 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.07 |
| HSL | 293.59º | 0.73% | 0.72% | - |
| HSV(B) | 293.59º | 0.44% | 0.93% | - |
| XYZ | 54.58 | 38.84 | 83.98 | - |
| YUV | 172.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 236 | 0.05 | 0.44 | 0 | 0.07 | 293.59 | 0.73 | 0.72 |
| Hex | E1 | 85 | EC | 5 | 2C | 0 | 7 | 126 | 49 | 48 |
| Octal | 341 | 205 | 354 | 5 | 54 | 0 | 7 | 446 | 111 | 110 |
| Binary | 11100001 | 10000101 | 11101100 | 101 | 101100 | 0 | 111 | 100100110 | 1001001 | 1001000 |
Color Harmonies of #E185EC
Complementary color
Monochromatic Colors of #E185EC
Black with #E185EC
Text Example
Text Example
White with #E185EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185EC; }
p { color: rgb(225,133,236); }
H1.HeaderClassName
{
color: #E185EC;
}
.AnyTagClassName
{
color: #E185EC;
}
</style>
background-color css
<style>
a { background-color: #E185EC; }
a { background-color: rgb(225,133,236); }
div.DivClassName
{
background-color: #E185EC;
}
.BgClassName
{
background-color: #E185EC;
}
</style>
border-color css
<style>
span { border-color: #E185EC; }
span { border-color: rgb(225,133,236); }
td.TdClassName
{
border-color: #E185EC;
}
.TagClassName
{
border-color: #E185EC;
}
</style>