Shades of Violet #E292EE
Tints of Violet #E292EE
RGB
CMYK
RGB Variations
Color information
#E292EE (or 0xE292EE) is known color: Violet. HEX triplet: E2, 92 and EE. RGB value is (226,146,238). Sum of RGB (Red+Green+Blue) = 226+146+238=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 146 (57.42% from 255 or 23.93% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #E292EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292EE is #1D6D11. Grayscale: #B4B4B4. Windows color (decimal): -1928466 or 15635170. OLE color: 15635170.
HSL color Cylindrical-coordinate representation of color #E292EE: hue angle of 292.17º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E292EE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 146 | 238 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.07 |
| HSL | 292.17º | 0.73% | 0.75% | - |
| HSV(B) | 292.17º | 0.39% | 0.93% | - |
| XYZ | 57.08 | 42.9 | 86.16 | - |
| YUV | 180.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 238 | 0.05 | 0.39 | 0 | 0.07 | 292.17 | 0.73 | 0.75 |
| Hex | E2 | 92 | EE | 5 | 27 | 0 | 7 | 124 | 49 | 4B |
| Octal | 342 | 222 | 356 | 5 | 47 | 0 | 7 | 444 | 111 | 113 |
| Binary | 11100010 | 10010010 | 11101110 | 101 | 100111 | 0 | 111 | 100100100 | 1001001 | 1001011 |
Color Harmonies of #E292EE
Complementary color
Monochromatic Colors of #E292EE
Black with #E292EE
Text Example
Text Example
White with #E292EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292EE; }
p { color: rgb(226,146,238); }
H1.HeaderClassName
{
color: #E292EE;
}
.AnyTagClassName
{
color: #E292EE;
}
</style>
background-color css
<style>
a { background-color: #E292EE; }
a { background-color: rgb(226,146,238); }
div.DivClassName
{
background-color: #E292EE;
}
.BgClassName
{
background-color: #E292EE;
}
</style>
border-color css
<style>
span { border-color: #E292EE; }
span { border-color: rgb(226,146,238); }
td.TdClassName
{
border-color: #E292EE;
}
.TagClassName
{
border-color: #E292EE;
}
</style>