Shades of Violet #E276EE
Tints of Violet #E276EE
RGB
CMYK
RGB Variations
Color information
#E276EE (or 0xE276EE) is known color: Violet. HEX triplet: E2, 76 and EE. RGB value is (226,118,238). Sum of RGB (Red+Green+Blue) = 226+118+238=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #E276EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E276EE is #1D8911. Grayscale: #A3A3A3. Windows color (decimal): -1935634 or 15628002. OLE color: 15628002.
HSL color Cylindrical-coordinate representation of color #E276EE: hue angle of 294º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E276EE is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 118 | 238 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.07 |
| HSL | 294º | 0.78% | 0.7% | - |
| HSV(B) | 294º | 0.5% | 0.93% | - |
| XYZ | 53.28 | 35.3 | 84.89 | - |
| YUV | 163.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 118 | 238 | 0.05 | 0.50 | 0 | 0.07 | 294 | 0.78 | 0.7 |
| Hex | E2 | 76 | EE | 5 | 32 | 0 | 7 | 126 | 4E | 46 |
| Octal | 342 | 166 | 356 | 5 | 62 | 0 | 7 | 446 | 116 | 106 |
| Binary | 11100010 | 1110110 | 11101110 | 101 | 110010 | 0 | 111 | 100100110 | 1001110 | 1000110 |
Color Harmonies of #E276EE
Complementary color
Monochromatic Colors of #E276EE
Black with #E276EE
Text Example
Text Example
White with #E276EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E276EE; }
p { color: rgb(226,118,238); }
H1.HeaderClassName
{
color: #E276EE;
}
.AnyTagClassName
{
color: #E276EE;
}
</style>
background-color css
<style>
a { background-color: #E276EE; }
a { background-color: rgb(226,118,238); }
div.DivClassName
{
background-color: #E276EE;
}
.BgClassName
{
background-color: #E276EE;
}
</style>
border-color css
<style>
span { border-color: #E276EE; }
span { border-color: rgb(226,118,238); }
td.TdClassName
{
border-color: #E276EE;
}
.TagClassName
{
border-color: #E276EE;
}
</style>