Shades of Violet #E27EEF
Tints of Violet #E27EEF
RGB
CMYK
RGB Variations
Color information
#E27EEF (or 0xE27EEF) is known color: Violet. HEX triplet: E2, 7E and EF. RGB value is (226,126,239). Sum of RGB (Red+Green+Blue) = 226+126+239=591 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.24% from 591); Green value is 126 (49.61% from 255 or 21.32% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #E27EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27EEF is #1D8110. Grayscale: #A8A8A8. Windows color (decimal): -1933585 or 15695586. OLE color: 15695586.
HSL color Cylindrical-coordinate representation of color #E27EEF: hue angle of 293.1º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E27EEF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 126 | 239 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.06 |
| HSL | 293.1º | 0.78% | 0.72% | - |
| HSV(B) | 293.1º | 0.47% | 0.94% | - |
| XYZ | 54.4 | 37.32 | 86 | - |
| YUV | 168.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 239 | 0.05 | 0.47 | 0 | 0.06 | 293.1 | 0.78 | 0.72 |
| Hex | E2 | 7E | EF | 5 | 2F | 0 | 6 | 125 | 4E | 48 |
| Octal | 342 | 176 | 357 | 5 | 57 | 0 | 6 | 445 | 116 | 110 |
| Binary | 11100010 | 1111110 | 11101111 | 101 | 101111 | 0 | 110 | 100100101 | 1001110 | 1001000 |
Color Harmonies of #E27EEF
Complementary color
Monochromatic Colors of #E27EEF
Black with #E27EEF
Text Example
Text Example
White with #E27EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27EEF; }
p { color: rgb(226,126,239); }
H1.HeaderClassName
{
color: #E27EEF;
}
.AnyTagClassName
{
color: #E27EEF;
}
</style>
background-color css
<style>
a { background-color: #E27EEF; }
a { background-color: rgb(226,126,239); }
div.DivClassName
{
background-color: #E27EEF;
}
.BgClassName
{
background-color: #E27EEF;
}
</style>
border-color css
<style>
span { border-color: #E27EEF; }
span { border-color: rgb(226,126,239); }
td.TdClassName
{
border-color: #E27EEF;
}
.TagClassName
{
border-color: #E27EEF;
}
</style>