Shades of Violet #E275EC
Tints of Violet #E275EC
RGB
CMYK
RGB Variations
Color information
#E275EC (or 0xE275EC) is known color: Violet. HEX triplet: E2, 75 and EC. RGB value is (226,117,236). Sum of RGB (Red+Green+Blue) = 226+117+236=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 117 (46.09% from 255 or 20.21% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #E275EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E275EC is #1D8A13. Grayscale: #A2A2A2. Windows color (decimal): -1935892 or 15496674. OLE color: 15496674.
HSL color Cylindrical-coordinate representation of color #E275EC: hue angle of 294.96º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E275EC is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 117 | 236 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.07 |
| HSL | 294.96º | 0.76% | 0.69% | - |
| HSV(B) | 294.96º | 0.5% | 0.93% | - |
| XYZ | 52.87 | 34.95 | 83.32 | - |
| YUV | 163.16 | 169.11 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 236 | 0.04 | 0.50 | 0 | 0.07 | 294.96 | 0.76 | 0.69 |
| Hex | E2 | 75 | EC | 4 | 32 | 0 | 7 | 127 | 4C | 45 |
| Octal | 342 | 165 | 354 | 4 | 62 | 0 | 7 | 447 | 114 | 105 |
| Binary | 11100010 | 1110101 | 11101100 | 100 | 110010 | 0 | 111 | 100100111 | 1001100 | 1000101 |
Color Harmonies of #E275EC
Complementary color
Monochromatic Colors of #E275EC
Black with #E275EC
Text Example
Text Example
White with #E275EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E275EC; }
p { color: rgb(226,117,236); }
H1.HeaderClassName
{
color: #E275EC;
}
.AnyTagClassName
{
color: #E275EC;
}
</style>
background-color css
<style>
a { background-color: #E275EC; }
a { background-color: rgb(226,117,236); }
div.DivClassName
{
background-color: #E275EC;
}
.BgClassName
{
background-color: #E275EC;
}
</style>
border-color css
<style>
span { border-color: #E275EC; }
span { border-color: rgb(226,117,236); }
td.TdClassName
{
border-color: #E275EC;
}
.TagClassName
{
border-color: #E275EC;
}
</style>