Shades of Violet #E279ED
Tints of Violet #E279ED
RGB
CMYK
RGB Variations
Color information
#E279ED (or 0xE279ED) is known color: Violet. HEX triplet: E2, 79 and ED. RGB value is (226,121,237). Sum of RGB (Red+Green+Blue) = 226+121+237=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 121 (47.66% from 255 or 20.72% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #E279ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E279ED is #1D8612. Grayscale: #A5A5A5. Windows color (decimal): -1934867 or 15563234. OLE color: 15563234.
HSL color Cylindrical-coordinate representation of color #E279ED: hue angle of 294.31º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E279ED is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 121 | 237 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.07 |
| HSL | 294.31º | 0.76% | 0.7% | - |
| HSV(B) | 294.31º | 0.49% | 0.93% | - |
| XYZ | 53.49 | 35.96 | 84.24 | - |
| YUV | 165.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 237 | 0.05 | 0.49 | 0 | 0.07 | 294.31 | 0.76 | 0.7 |
| Hex | E2 | 79 | ED | 5 | 31 | 0 | 7 | 126 | 4C | 46 |
| Octal | 342 | 171 | 355 | 5 | 61 | 0 | 7 | 446 | 114 | 106 |
| Binary | 11100010 | 1111001 | 11101101 | 101 | 110001 | 0 | 111 | 100100110 | 1001100 | 1000110 |
Color Harmonies of #E279ED
Complementary color
Monochromatic Colors of #E279ED
Black with #E279ED
Text Example
Text Example
White with #E279ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279ED; }
p { color: rgb(226,121,237); }
H1.HeaderClassName
{
color: #E279ED;
}
.AnyTagClassName
{
color: #E279ED;
}
</style>
background-color css
<style>
a { background-color: #E279ED; }
a { background-color: rgb(226,121,237); }
div.DivClassName
{
background-color: #E279ED;
}
.BgClassName
{
background-color: #E279ED;
}
</style>
border-color css
<style>
span { border-color: #E279ED; }
span { border-color: rgb(226,121,237); }
td.TdClassName
{
border-color: #E279ED;
}
.TagClassName
{
border-color: #E279ED;
}
</style>