Shades of Violet #E27FED
Tints of Violet #E27FED
RGB
CMYK
RGB Variations
Color information
#E27FED (or 0xE27FED) is known color: Violet. HEX triplet: E2, 7F and ED. RGB value is (226,127,237). Sum of RGB (Red+Green+Blue) = 226+127+237=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #E27FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27FED is #1D8012. Grayscale: #A8A8A8. Windows color (decimal): -1933331 or 15564770. OLE color: 15564770.
HSL color Cylindrical-coordinate representation of color #E27FED: hue angle of 294º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27FED is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 127 | 237 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.07 |
| HSL | 294º | 0.75% | 0.71% | - |
| HSV(B) | 294º | 0.46% | 0.93% | - |
| XYZ | 54.24 | 37.46 | 84.49 | - |
| YUV | 169.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 237 | 0.05 | 0.46 | 0 | 0.07 | 294 | 0.75 | 0.71 |
| Hex | E2 | 7F | ED | 5 | 2E | 0 | 7 | 126 | 4B | 47 |
| Octal | 342 | 177 | 355 | 5 | 56 | 0 | 7 | 446 | 113 | 107 |
| Binary | 11100010 | 1111111 | 11101101 | 101 | 101110 | 0 | 111 | 100100110 | 1001011 | 1000111 |
Color Harmonies of #E27FED
Complementary color
Monochromatic Colors of #E27FED
Black with #E27FED
Text Example
Text Example
White with #E27FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FED; }
p { color: rgb(226,127,237); }
H1.HeaderClassName
{
color: #E27FED;
}
.AnyTagClassName
{
color: #E27FED;
}
</style>
background-color css
<style>
a { background-color: #E27FED; }
a { background-color: rgb(226,127,237); }
div.DivClassName
{
background-color: #E27FED;
}
.BgClassName
{
background-color: #E27FED;
}
</style>
border-color css
<style>
span { border-color: #E27FED; }
span { border-color: rgb(226,127,237); }
td.TdClassName
{
border-color: #E27FED;
}
.TagClassName
{
border-color: #E27FED;
}
</style>