Shades of Violet #E37FEC
Tints of Violet #E37FEC
RGB
CMYK
RGB Variations
Color information
#E37FEC (or 0xE37FEC) is known color: Violet. HEX triplet: E3, 7F and EC. RGB value is (227,127,236). Sum of RGB (Red+Green+Blue) = 227+127+236=590 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.47% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #E37FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37FEC is #1C8013. Grayscale: #A8A8A8. Windows color (decimal): -1867796 or 15499235. OLE color: 15499235.
HSL color Cylindrical-coordinate representation of color #E37FEC: hue angle of 295.05º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37FEC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 227 | 127 | 236 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.07 |
| HSL | 295.05º | 0.74% | 0.71% | - |
| HSV(B) | 295.05º | 0.46% | 0.93% | - |
| XYZ | 54.41 | 37.57 | 83.74 | - |
| YUV | 169.33 | 165.63 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 236 | 0.04 | 0.46 | 0 | 0.07 | 295.05 | 0.74 | 0.71 |
| Hex | E3 | 7F | EC | 4 | 2E | 0 | 7 | 127 | 4A | 47 |
| Octal | 343 | 177 | 354 | 4 | 56 | 0 | 7 | 447 | 112 | 107 |
| Binary | 11100011 | 1111111 | 11101100 | 100 | 101110 | 0 | 111 | 100100111 | 1001010 | 1000111 |
Color Harmonies of #E37FEC
Complementary color
Monochromatic Colors of #E37FEC
Black with #E37FEC
Text Example
Text Example
White with #E37FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FEC; }
p { color: rgb(227,127,236); }
H1.HeaderClassName
{
color: #E37FEC;
}
.AnyTagClassName
{
color: #E37FEC;
}
</style>
background-color css
<style>
a { background-color: #E37FEC; }
a { background-color: rgb(227,127,236); }
div.DivClassName
{
background-color: #E37FEC;
}
.BgClassName
{
background-color: #E37FEC;
}
</style>
border-color css
<style>
span { border-color: #E37FEC; }
span { border-color: rgb(227,127,236); }
td.TdClassName
{
border-color: #E37FEC;
}
.TagClassName
{
border-color: #E37FEC;
}
</style>