Shades of Violet #E274EE
Tints of Violet #E274EE
RGB
CMYK
RGB Variations
Color information
#E274EE (or 0xE274EE) is known color: Violet. HEX triplet: E2, 74 and EE. RGB value is (226,116,238). Sum of RGB (Red+Green+Blue) = 226+116+238=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #E274EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E274EE is #1D8B11. Grayscale: #A2A2A2. Windows color (decimal): -1936146 or 15627490. OLE color: 15627490.
HSL color Cylindrical-coordinate representation of color #E274EE: hue angle of 294.1º degrees, saturation: 0.78, 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 #E274EE is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 116 | 238 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 294.1º | 0.78% | 0.69% | - |
| HSV(B) | 294.1º | 0.51% | 0.93% | - |
| XYZ | 53.04 | 34.83 | 84.82 | - |
| YUV | 162.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 116 | 238 | 0.05 | 0.51 | 0 | 0.07 | 294.1 | 0.78 | 0.69 |
| Hex | E2 | 74 | EE | 5 | 33 | 0 | 7 | 126 | 4E | 45 |
| Octal | 342 | 164 | 356 | 5 | 63 | 0 | 7 | 446 | 116 | 105 |
| Binary | 11100010 | 1110100 | 11101110 | 101 | 110011 | 0 | 111 | 100100110 | 1001110 | 1000101 |
Color Harmonies of #E274EE
Complementary color
Monochromatic Colors of #E274EE
Black with #E274EE
Text Example
Text Example
White with #E274EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E274EE; }
p { color: rgb(226,116,238); }
H1.HeaderClassName
{
color: #E274EE;
}
.AnyTagClassName
{
color: #E274EE;
}
</style>
background-color css
<style>
a { background-color: #E274EE; }
a { background-color: rgb(226,116,238); }
div.DivClassName
{
background-color: #E274EE;
}
.BgClassName
{
background-color: #E274EE;
}
</style>
border-color css
<style>
span { border-color: #E274EE; }
span { border-color: rgb(226,116,238); }
td.TdClassName
{
border-color: #E274EE;
}
.TagClassName
{
border-color: #E274EE;
}
</style>