Shades of Violet #E279E4
Tints of Violet #E279E4
RGB
CMYK
RGB Variations
Color information
#E279E4 (or 0xE279E4) is known color: Violet. HEX triplet: E2, 79 and E4. RGB value is (226,121,228). Sum of RGB (Red+Green+Blue) = 226+121+228=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 121 (47.66% from 255 or 21.04% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #E279E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279E4 is #1D861B. Grayscale: #A4A4A4. Windows color (decimal): -1934876 or 14973410. OLE color: 14973410.
HSL color Cylindrical-coordinate representation of color #E279E4: hue angle of 298.88º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E279E4 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 121 | 228 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.11 |
| HSL | 298.88º | 0.66% | 0.68% | - |
| HSV(B) | 298.88º | 0.47% | 0.89% | - |
| XYZ | 52.21 | 35.44 | 77.49 | - |
| YUV | 164.59 | 163.79 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 121 | 228 | 0.01 | 0.47 | 0 | 0.11 | 298.88 | 0.66 | 0.68 |
| Hex | E2 | 79 | E4 | 1 | 2F | 0 | B | 12B | 42 | 44 |
| Octal | 342 | 171 | 344 | 1 | 57 | 0 | 13 | 453 | 102 | 104 |
| Binary | 11100010 | 1111001 | 11100100 | 1 | 101111 | 0 | 1011 | 100101011 | 1000010 | 1000100 |
Color Harmonies of #E279E4
Complementary color
Monochromatic Colors of #E279E4
Black with #E279E4
Text Example
Text Example
White with #E279E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E279E4; }
p { color: rgb(226,121,228); }
H1.HeaderClassName
{
color: #E279E4;
}
.AnyTagClassName
{
color: #E279E4;
}
</style>
background-color css
<style>
a { background-color: #E279E4; }
a { background-color: rgb(226,121,228); }
div.DivClassName
{
background-color: #E279E4;
}
.BgClassName
{
background-color: #E279E4;
}
</style>
border-color css
<style>
span { border-color: #E279E4; }
span { border-color: rgb(226,121,228); }
td.TdClassName
{
border-color: #E279E4;
}
.TagClassName
{
border-color: #E279E4;
}
</style>