Shades of Violet #E280F0
Tints of Violet #E280F0
RGB
CMYK
RGB Variations
Color information
#E280F0 (or 0xE280F0) is known color: Violet. HEX triplet: E2, 80 and F0. RGB value is (226,128,240). Sum of RGB (Red+Green+Blue) = 226+128+240=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #E280F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280F0 is #1D7F0F. Grayscale: #A9A9A9. Windows color (decimal): -1933072 or 15761634. OLE color: 15761634.
HSL color Cylindrical-coordinate representation of color #E280F0: hue angle of 292.5º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E280F0 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 128 | 240 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.06 |
| HSL | 292.5º | 0.79% | 0.72% | - |
| HSV(B) | 292.5º | 0.47% | 0.94% | - |
| XYZ | 54.81 | 37.9 | 86.86 | - |
| YUV | 170.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 240 | 0.06 | 0.47 | 0 | 0.06 | 292.5 | 0.79 | 0.72 |
| Hex | E2 | 80 | F0 | 6 | 2F | 0 | 6 | 124 | 4F | 48 |
| Octal | 342 | 200 | 360 | 6 | 57 | 0 | 6 | 444 | 117 | 110 |
| Binary | 11100010 | 10000000 | 11110000 | 110 | 101111 | 0 | 110 | 100100100 | 1001111 | 1001000 |
Color Harmonies of #E280F0
Complementary color
Monochromatic Colors of #E280F0
Black with #E280F0
Text Example
Text Example
White with #E280F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280F0; }
p { color: rgb(226,128,240); }
H1.HeaderClassName
{
color: #E280F0;
}
.AnyTagClassName
{
color: #E280F0;
}
</style>
background-color css
<style>
a { background-color: #E280F0; }
a { background-color: rgb(226,128,240); }
div.DivClassName
{
background-color: #E280F0;
}
.BgClassName
{
background-color: #E280F0;
}
</style>
border-color css
<style>
span { border-color: #E280F0; }
span { border-color: rgb(226,128,240); }
td.TdClassName
{
border-color: #E280F0;
}
.TagClassName
{
border-color: #E280F0;
}
</style>