Shades of Violet #E27EED
Tints of Violet #E27EED
RGB
CMYK
RGB Variations
Color information
#E27EED (or 0xE27EED) is known color: Violet. HEX triplet: E2, 7E and ED. RGB value is (226,126,237). Sum of RGB (Red+Green+Blue) = 226+126+237=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 126 (49.61% from 255 or 21.39% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #E27EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27EED is #1D8112. Grayscale: #A8A8A8. Windows color (decimal): -1933587 or 15564514. OLE color: 15564514.
HSL color Cylindrical-coordinate representation of color #E27EED: hue angle of 294.05º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E27EED is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 126 | 237 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.07 |
| HSL | 294.05º | 0.76% | 0.71% | - |
| HSV(B) | 294.05º | 0.47% | 0.93% | - |
| XYZ | 54.11 | 37.2 | 84.45 | - |
| YUV | 168.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 237 | 0.05 | 0.47 | 0 | 0.07 | 294.05 | 0.76 | 0.71 |
| Hex | E2 | 7E | ED | 5 | 2F | 0 | 7 | 126 | 4C | 47 |
| Octal | 342 | 176 | 355 | 5 | 57 | 0 | 7 | 446 | 114 | 107 |
| Binary | 11100010 | 1111110 | 11101101 | 101 | 101111 | 0 | 111 | 100100110 | 1001100 | 1000111 |
Color Harmonies of #E27EED
Complementary color
Monochromatic Colors of #E27EED
Black with #E27EED
Text Example
Text Example
White with #E27EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EED; }
p { color: rgb(226,126,237); }
H1.HeaderClassName
{
color: #E27EED;
}
.AnyTagClassName
{
color: #E27EED;
}
</style>
background-color css
<style>
a { background-color: #E27EED; }
a { background-color: rgb(226,126,237); }
div.DivClassName
{
background-color: #E27EED;
}
.BgClassName
{
background-color: #E27EED;
}
</style>
border-color css
<style>
span { border-color: #E27EED; }
span { border-color: rgb(226,126,237); }
td.TdClassName
{
border-color: #E27EED;
}
.TagClassName
{
border-color: #E27EED;
}
</style>