Shades of Violet #E292ED
Tints of Violet #E292ED
RGB
CMYK
RGB Variations
Color information
#E292ED (or 0xE292ED) is known color: Violet. HEX triplet: E2, 92 and ED. RGB value is (226,146,237). Sum of RGB (Red+Green+Blue) = 226+146+237=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 146 (57.42% from 255 or 23.97% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #E292ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E292ED is #1D6D12. Grayscale: #B4B4B4. Windows color (decimal): -1928467 or 15569634. OLE color: 15569634.
HSL color Cylindrical-coordinate representation of color #E292ED: hue angle of 292.75º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E292ED is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 146 | 237 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.07 |
| HSL | 292.75º | 0.72% | 0.75% | - |
| HSV(B) | 292.75º | 0.38% | 0.93% | - |
| XYZ | 56.93 | 42.84 | 85.39 | - |
| YUV | 180.29 | 160 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 237 | 0.05 | 0.38 | 0 | 0.07 | 292.75 | 0.72 | 0.75 |
| Hex | E2 | 92 | ED | 5 | 26 | 0 | 7 | 125 | 48 | 4B |
| Octal | 342 | 222 | 355 | 5 | 46 | 0 | 7 | 445 | 110 | 113 |
| Binary | 11100010 | 10010010 | 11101101 | 101 | 100110 | 0 | 111 | 100100101 | 1001000 | 1001011 |
Color Harmonies of #E292ED
Complementary color
Monochromatic Colors of #E292ED
Black with #E292ED
Text Example
Text Example
White with #E292ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292ED; }
p { color: rgb(226,146,237); }
H1.HeaderClassName
{
color: #E292ED;
}
.AnyTagClassName
{
color: #E292ED;
}
</style>
background-color css
<style>
a { background-color: #E292ED; }
a { background-color: rgb(226,146,237); }
div.DivClassName
{
background-color: #E292ED;
}
.BgClassName
{
background-color: #E292ED;
}
</style>
border-color css
<style>
span { border-color: #E292ED; }
span { border-color: rgb(226,146,237); }
td.TdClassName
{
border-color: #E292ED;
}
.TagClassName
{
border-color: #E292ED;
}
</style>