Shades of Violet #E279EF
Tints of Violet #E279EF
RGB
CMYK
RGB Variations
Color information
#E279EF (or 0xE279EF) is known color: Violet. HEX triplet: E2, 79 and EF. RGB value is (226,121,239). Sum of RGB (Red+Green+Blue) = 226+121+239=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 121 (47.66% from 255 or 20.65% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #E279EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E279EF is #1D8610. Grayscale: #A5A5A5. Windows color (decimal): -1934865 or 15694306. OLE color: 15694306.
HSL color Cylindrical-coordinate representation of color #E279EF: hue angle of 293.39º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E279EF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 121 | 239 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.06 |
| HSL | 293.39º | 0.79% | 0.71% | - |
| HSV(B) | 293.39º | 0.49% | 0.94% | - |
| XYZ | 53.78 | 36.08 | 85.79 | - |
| YUV | 165.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 239 | 0.05 | 0.49 | 0 | 0.06 | 293.39 | 0.79 | 0.71 |
| Hex | E2 | 79 | EF | 5 | 31 | 0 | 6 | 125 | 4F | 47 |
| Octal | 342 | 171 | 357 | 5 | 61 | 0 | 6 | 445 | 117 | 107 |
| Binary | 11100010 | 1111001 | 11101111 | 101 | 110001 | 0 | 110 | 100100101 | 1001111 | 1000111 |
Color Harmonies of #E279EF
Complementary color
Monochromatic Colors of #E279EF
Black with #E279EF
Text Example
Text Example
White with #E279EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279EF; }
p { color: rgb(226,121,239); }
H1.HeaderClassName
{
color: #E279EF;
}
.AnyTagClassName
{
color: #E279EF;
}
</style>
background-color css
<style>
a { background-color: #E279EF; }
a { background-color: rgb(226,121,239); }
div.DivClassName
{
background-color: #E279EF;
}
.BgClassName
{
background-color: #E279EF;
}
</style>
border-color css
<style>
span { border-color: #E279EF; }
span { border-color: rgb(226,121,239); }
td.TdClassName
{
border-color: #E279EF;
}
.TagClassName
{
border-color: #E279EF;
}
</style>