Shades of Violet #E178EC
Tints of Violet #E178EC
RGB
CMYK
RGB Variations
Color information
#E178EC (or 0xE178EC) is known color: Violet. HEX triplet: E1, 78 and EC. RGB value is (225,120,236). Sum of RGB (Red+Green+Blue) = 225+120+236=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #E178EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E178EC is #1E8713. Grayscale: #A4A4A4. Windows color (decimal): -2000660 or 15497441. OLE color: 15497441.
HSL color Cylindrical-coordinate representation of color #E178EC: hue angle of 294.31º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E178EC is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 120 | 236 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.07 |
| HSL | 294.31º | 0.75% | 0.7% | - |
| HSV(B) | 294.31º | 0.49% | 0.93% | - |
| XYZ | 52.91 | 35.5 | 83.42 | - |
| YUV | 164.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 120 | 236 | 0.05 | 0.49 | 0 | 0.07 | 294.31 | 0.75 | 0.7 |
| Hex | E1 | 78 | EC | 5 | 31 | 0 | 7 | 126 | 4B | 46 |
| Octal | 341 | 170 | 354 | 5 | 61 | 0 | 7 | 446 | 113 | 106 |
| Binary | 11100001 | 1111000 | 11101100 | 101 | 110001 | 0 | 111 | 100100110 | 1001011 | 1000110 |
Color Harmonies of #E178EC
Complementary color
Monochromatic Colors of #E178EC
Black with #E178EC
Text Example
Text Example
White with #E178EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E178EC; }
p { color: rgb(225,120,236); }
H1.HeaderClassName
{
color: #E178EC;
}
.AnyTagClassName
{
color: #E178EC;
}
</style>
background-color css
<style>
a { background-color: #E178EC; }
a { background-color: rgb(225,120,236); }
div.DivClassName
{
background-color: #E178EC;
}
.BgClassName
{
background-color: #E178EC;
}
</style>
border-color css
<style>
span { border-color: #E178EC; }
span { border-color: rgb(225,120,236); }
td.TdClassName
{
border-color: #E178EC;
}
.TagClassName
{
border-color: #E178EC;
}
</style>