Shades of Violet #E27FEF
Tints of Violet #E27FEF
RGB
CMYK
RGB Variations
Color information
#E27FEF (or 0xE27FEF) is known color: Violet. HEX triplet: E2, 7F and EF. RGB value is (226,127,239). Sum of RGB (Red+Green+Blue) = 226+127+239=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #E27FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27FEF is #1D8010. Grayscale: #A9A9A9. Windows color (decimal): -1933329 or 15695842. OLE color: 15695842.
HSL color Cylindrical-coordinate representation of color #E27FEF: hue angle of 293.04º 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 #E27FEF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 127 | 239 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.06 |
| HSL | 293.04º | 0.78% | 0.72% | - |
| HSV(B) | 293.04º | 0.47% | 0.94% | - |
| XYZ | 54.53 | 37.58 | 86.04 | - |
| YUV | 169.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 239 | 0.05 | 0.47 | 0 | 0.06 | 293.04 | 0.78 | 0.72 |
| Hex | E2 | 7F | EF | 5 | 2F | 0 | 6 | 125 | 4E | 48 |
| Octal | 342 | 177 | 357 | 5 | 57 | 0 | 6 | 445 | 116 | 110 |
| Binary | 11100010 | 1111111 | 11101111 | 101 | 101111 | 0 | 110 | 100100101 | 1001110 | 1001000 |
Color Harmonies of #E27FEF
Complementary color
Monochromatic Colors of #E27FEF
Black with #E27FEF
Text Example
Text Example
White with #E27FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FEF; }
p { color: rgb(226,127,239); }
H1.HeaderClassName
{
color: #E27FEF;
}
.AnyTagClassName
{
color: #E27FEF;
}
</style>
background-color css
<style>
a { background-color: #E27FEF; }
a { background-color: rgb(226,127,239); }
div.DivClassName
{
background-color: #E27FEF;
}
.BgClassName
{
background-color: #E27FEF;
}
</style>
border-color css
<style>
span { border-color: #E27FEF; }
span { border-color: rgb(226,127,239); }
td.TdClassName
{
border-color: #E27FEF;
}
.TagClassName
{
border-color: #E27FEF;
}
</style>