Shades of Violet #E278ED
Tints of Violet #E278ED
RGB
CMYK
RGB Variations
Color information
#E278ED (or 0xE278ED) is known color: Violet. HEX triplet: E2, 78 and ED. RGB value is (226,120,237). Sum of RGB (Red+Green+Blue) = 226+120+237=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #E278ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E278ED is #1D8712. Grayscale: #A4A4A4. Windows color (decimal): -1935123 or 15562978. OLE color: 15562978.
HSL color Cylindrical-coordinate representation of color #E278ED: hue angle of 294.36º 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 #E278ED is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 120 | 237 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.07 |
| HSL | 294.36º | 0.76% | 0.7% | - |
| HSV(B) | 294.36º | 0.49% | 0.93% | - |
| XYZ | 53.37 | 35.72 | 84.2 | - |
| YUV | 165.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 120 | 237 | 0.05 | 0.49 | 0 | 0.07 | 294.36 | 0.76 | 0.7 |
| Hex | E2 | 78 | ED | 5 | 31 | 0 | 7 | 126 | 4C | 46 |
| Octal | 342 | 170 | 355 | 5 | 61 | 0 | 7 | 446 | 114 | 106 |
| Binary | 11100010 | 1111000 | 11101101 | 101 | 110001 | 0 | 111 | 100100110 | 1001100 | 1000110 |
Color Harmonies of #E278ED
Complementary color
Monochromatic Colors of #E278ED
Black with #E278ED
Text Example
Text Example
White with #E278ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E278ED; }
p { color: rgb(226,120,237); }
H1.HeaderClassName
{
color: #E278ED;
}
.AnyTagClassName
{
color: #E278ED;
}
</style>
background-color css
<style>
a { background-color: #E278ED; }
a { background-color: rgb(226,120,237); }
div.DivClassName
{
background-color: #E278ED;
}
.BgClassName
{
background-color: #E278ED;
}
</style>
border-color css
<style>
span { border-color: #E278ED; }
span { border-color: rgb(226,120,237); }
td.TdClassName
{
border-color: #E278ED;
}
.TagClassName
{
border-color: #E278ED;
}
</style>