Shades of Violet #E46CEC
Tints of Violet #E46CEC
RGB
CMYK
RGB Variations
Color information
#E46CEC (or 0xE46CEC) is known color: Violet. HEX triplet: E4, 6C and EC. RGB value is (228,108,236). Sum of RGB (Red+Green+Blue) = 228+108+236=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 108 (42.58% from 255 or 18.88% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #E46CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E46CEC is #1B9313. Grayscale: #9E9E9E. Windows color (decimal): -1807124 or 15494372. OLE color: 15494372.
HSL color Cylindrical-coordinate representation of color #E46CEC: hue angle of 296.25º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46CEC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 108 | 236 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.07 |
| HSL | 296.25º | 0.77% | 0.67% | - |
| HSV(B) | 296.25º | 0.54% | 0.93% | - |
| XYZ | 52.5 | 33.28 | 83.01 | - |
| YUV | 158.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 236 | 0.03 | 0.54 | 0 | 0.07 | 296.25 | 0.77 | 0.67 |
| Hex | E4 | 6C | EC | 3 | 36 | 0 | 7 | 128 | 4D | 43 |
| Octal | 344 | 154 | 354 | 3 | 66 | 0 | 7 | 450 | 115 | 103 |
| Binary | 11100100 | 1101100 | 11101100 | 11 | 110110 | 0 | 111 | 100101000 | 1001101 | 1000011 |
Color Harmonies of #E46CEC
Complementary color
Monochromatic Colors of #E46CEC
Black with #E46CEC
Text Example
Text Example
White with #E46CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CEC; }
p { color: rgb(228,108,236); }
H1.HeaderClassName
{
color: #E46CEC;
}
.AnyTagClassName
{
color: #E46CEC;
}
</style>
background-color css
<style>
a { background-color: #E46CEC; }
a { background-color: rgb(228,108,236); }
div.DivClassName
{
background-color: #E46CEC;
}
.BgClassName
{
background-color: #E46CEC;
}
</style>
border-color css
<style>
span { border-color: #E46CEC; }
span { border-color: rgb(228,108,236); }
td.TdClassName
{
border-color: #E46CEC;
}
.TagClassName
{
border-color: #E46CEC;
}
</style>