Shades of Violet #E278F0
Tints of Violet #E278F0
RGB
CMYK
RGB Variations
Color information
#E278F0 (or 0xE278F0) is known color: Violet. HEX triplet: E2, 78 and F0. RGB value is (226,120,240). Sum of RGB (Red+Green+Blue) = 226+120+240=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #E278F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E278F0 is #1D870F. Grayscale: #A5A5A5. Windows color (decimal): -1935120 or 15759586. OLE color: 15759586.
HSL color Cylindrical-coordinate representation of color #E278F0: hue angle of 293º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E278F0 is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 120 | 240 | - |
| CMYK | 0.06 | 0.5 | 0 | 0.06 |
| HSL | 293º | 0.8% | 0.71% | - |
| HSV(B) | 293º | 0.5% | 0.94% | - |
| XYZ | 53.81 | 35.89 | 86.53 | - |
| YUV | 165.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 240 | 0.06 | 0.5 | 0 | 0.06 | 293 | 0.8 | 0.71 |
| Hex | E2 | 78 | F0 | 6 | 32 | 0 | 6 | 125 | 50 | 47 |
| Octal | 342 | 170 | 360 | 6 | 62 | 0 | 6 | 445 | 120 | 107 |
| Binary | 11100010 | 1111000 | 11110000 | 110 | 110010 | 0 | 110 | 100100101 | 1010000 | 1000111 |
Color Harmonies of #E278F0
Complementary color
Monochromatic Colors of #E278F0
Black with #E278F0
Text Example
Text Example
White with #E278F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E278F0; }
p { color: rgb(226,120,240); }
H1.HeaderClassName
{
color: #E278F0;
}
.AnyTagClassName
{
color: #E278F0;
}
</style>
background-color css
<style>
a { background-color: #E278F0; }
a { background-color: rgb(226,120,240); }
div.DivClassName
{
background-color: #E278F0;
}
.BgClassName
{
background-color: #E278F0;
}
</style>
border-color css
<style>
span { border-color: #E278F0; }
span { border-color: rgb(226,120,240); }
td.TdClassName
{
border-color: #E278F0;
}
.TagClassName
{
border-color: #E278F0;
}
</style>