Shades of Violet #E274ED
Tints of Violet #E274ED
RGB
CMYK
RGB Variations
Color information
#E274ED (or 0xE274ED) is known color: Violet. HEX triplet: E2, 74 and ED. RGB value is (226,116,237). Sum of RGB (Red+Green+Blue) = 226+116+237=579 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.03% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #E274ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274ED is #1D8B12. Grayscale: #A2A2A2. Windows color (decimal): -1936147 or 15561954. OLE color: 15561954.
HSL color Cylindrical-coordinate representation of color #E274ED: hue angle of 294.55º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E274ED is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 116 | 237 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 294.55º | 0.77% | 0.69% | - |
| HSV(B) | 294.55º | 0.51% | 0.93% | - |
| XYZ | 52.9 | 34.77 | 84.04 | - |
| YUV | 162.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 237 | 0.05 | 0.51 | 0 | 0.07 | 294.55 | 0.77 | 0.69 |
| Hex | E2 | 74 | ED | 5 | 33 | 0 | 7 | 127 | 4D | 45 |
| Octal | 342 | 164 | 355 | 5 | 63 | 0 | 7 | 447 | 115 | 105 |
| Binary | 11100010 | 1110100 | 11101101 | 101 | 110011 | 0 | 111 | 100100111 | 1001101 | 1000101 |
Color Harmonies of #E274ED
Complementary color
Monochromatic Colors of #E274ED
Black with #E274ED
Text Example
Text Example
White with #E274ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274ED; }
p { color: rgb(226,116,237); }
H1.HeaderClassName
{
color: #E274ED;
}
.AnyTagClassName
{
color: #E274ED;
}
</style>
background-color css
<style>
a { background-color: #E274ED; }
a { background-color: rgb(226,116,237); }
div.DivClassName
{
background-color: #E274ED;
}
.BgClassName
{
background-color: #E274ED;
}
</style>
border-color css
<style>
span { border-color: #E274ED; }
span { border-color: rgb(226,116,237); }
td.TdClassName
{
border-color: #E274ED;
}
.TagClassName
{
border-color: #E274ED;
}
</style>