Shades of Violet #E280EF
Tints of Violet #E280EF
RGB
CMYK
RGB Variations
Color information
#E280EF (or 0xE280EF) is known color: Violet. HEX triplet: E2, 80 and EF. RGB value is (226,128,239). Sum of RGB (Red+Green+Blue) = 226+128+239=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #E280EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280EF is #1D7F10. Grayscale: #A9A9A9. Windows color (decimal): -1933073 or 15696098. OLE color: 15696098.
HSL color Cylindrical-coordinate representation of color #E280EF: hue angle of 292.97º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E280EF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 128 | 239 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.06 |
| HSL | 292.97º | 0.78% | 0.72% | - |
| HSV(B) | 292.97º | 0.46% | 0.94% | - |
| XYZ | 54.66 | 37.84 | 86.08 | - |
| YUV | 169.96 | 166.97 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 239 | 0.05 | 0.46 | 0 | 0.06 | 292.97 | 0.78 | 0.72 |
| Hex | E2 | 80 | EF | 5 | 2E | 0 | 6 | 125 | 4E | 48 |
| Octal | 342 | 200 | 357 | 5 | 56 | 0 | 6 | 445 | 116 | 110 |
| Binary | 11100010 | 10000000 | 11101111 | 101 | 101110 | 0 | 110 | 100100101 | 1001110 | 1001000 |
Color Harmonies of #E280EF
Complementary color
Monochromatic Colors of #E280EF
Black with #E280EF
Text Example
Text Example
White with #E280EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280EF; }
p { color: rgb(226,128,239); }
H1.HeaderClassName
{
color: #E280EF;
}
.AnyTagClassName
{
color: #E280EF;
}
</style>
background-color css
<style>
a { background-color: #E280EF; }
a { background-color: rgb(226,128,239); }
div.DivClassName
{
background-color: #E280EF;
}
.BgClassName
{
background-color: #E280EF;
}
</style>
border-color css
<style>
span { border-color: #E280EF; }
span { border-color: rgb(226,128,239); }
td.TdClassName
{
border-color: #E280EF;
}
.TagClassName
{
border-color: #E280EF;
}
</style>