Shades of Violet #E36FEC
Tints of Violet #E36FEC
RGB
CMYK
RGB Variations
Color information
#E36FEC (or 0xE36FEC) is known color: Violet. HEX triplet: E3, 6F and EC. RGB value is (227,111,236). Sum of RGB (Red+Green+Blue) = 227+111+236=574 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.55% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #E36FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E36FEC is #1C9013. Grayscale: #9F9F9F. Windows color (decimal): -1871892 or 15495139. OLE color: 15495139.
HSL color Cylindrical-coordinate representation of color #E36FEC: hue angle of 295.68º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E36FEC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 111 | 236 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.07 |
| HSL | 295.68º | 0.77% | 0.68% | - |
| HSV(B) | 295.68º | 0.53% | 0.93% | - |
| XYZ | 52.5 | 33.76 | 83.11 | - |
| YUV | 159.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 111 | 236 | 0.04 | 0.53 | 0 | 0.07 | 295.68 | 0.77 | 0.68 |
| Hex | E3 | 6F | EC | 4 | 35 | 0 | 7 | 128 | 4D | 44 |
| Octal | 343 | 157 | 354 | 4 | 65 | 0 | 7 | 450 | 115 | 104 |
| Binary | 11100011 | 1101111 | 11101100 | 100 | 110101 | 0 | 111 | 100101000 | 1001101 | 1000100 |
Color Harmonies of #E36FEC
Complementary color
Monochromatic Colors of #E36FEC
Black with #E36FEC
Text Example
Text Example
White with #E36FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36FEC; }
p { color: rgb(227,111,236); }
H1.HeaderClassName
{
color: #E36FEC;
}
.AnyTagClassName
{
color: #E36FEC;
}
</style>
background-color css
<style>
a { background-color: #E36FEC; }
a { background-color: rgb(227,111,236); }
div.DivClassName
{
background-color: #E36FEC;
}
.BgClassName
{
background-color: #E36FEC;
}
</style>
border-color css
<style>
span { border-color: #E36FEC; }
span { border-color: rgb(227,111,236); }
td.TdClassName
{
border-color: #E36FEC;
}
.TagClassName
{
border-color: #E36FEC;
}
</style>