Shades of Violet #E284EC
Tints of Violet #E284EC
RGB
CMYK
RGB Variations
Color information
#E284EC (or 0xE284EC) is known color: Violet. HEX triplet: E2, 84 and EC. RGB value is (226,132,236). Sum of RGB (Red+Green+Blue) = 226+132+236=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #E284EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E284EC is #1D7B13. Grayscale: #ABABAB. Windows color (decimal): -1932052 or 15500514. OLE color: 15500514.
HSL color Cylindrical-coordinate representation of color #E284EC: hue angle of 294.23º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E284EC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 132 | 236 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.07 |
| HSL | 294.23º | 0.73% | 0.72% | - |
| HSV(B) | 294.23º | 0.44% | 0.93% | - |
| XYZ | 54.76 | 38.73 | 83.95 | - |
| YUV | 171.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 236 | 0.04 | 0.44 | 0 | 0.07 | 294.23 | 0.73 | 0.72 |
| Hex | E2 | 84 | EC | 4 | 2C | 0 | 7 | 126 | 49 | 48 |
| Octal | 342 | 204 | 354 | 4 | 54 | 0 | 7 | 446 | 111 | 110 |
| Binary | 11100010 | 10000100 | 11101100 | 100 | 101100 | 0 | 111 | 100100110 | 1001001 | 1001000 |
Color Harmonies of #E284EC
Complementary color
Monochromatic Colors of #E284EC
Black with #E284EC
Text Example
Text Example
White with #E284EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E284EC; }
p { color: rgb(226,132,236); }
H1.HeaderClassName
{
color: #E284EC;
}
.AnyTagClassName
{
color: #E284EC;
}
</style>
background-color css
<style>
a { background-color: #E284EC; }
a { background-color: rgb(226,132,236); }
div.DivClassName
{
background-color: #E284EC;
}
.BgClassName
{
background-color: #E284EC;
}
</style>
border-color css
<style>
span { border-color: #E284EC; }
span { border-color: rgb(226,132,236); }
td.TdClassName
{
border-color: #E284EC;
}
.TagClassName
{
border-color: #E284EC;
}
</style>