Shades of Violet #E280F1
Tints of Violet #E280F1
RGB
CMYK
RGB Variations
Color information
#E280F1 (or 0xE280F1) is known color: Violet. HEX triplet: E2, 80 and F1. RGB value is (226,128,241). Sum of RGB (Red+Green+Blue) = 226+128+241=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #E280F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280F1 is #1D7F0E. Grayscale: #A9A9A9. Windows color (decimal): -1933071 or 15827170. OLE color: 15827170.
HSL color Cylindrical-coordinate representation of color #E280F1: hue angle of 292.04º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E280F1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 128 | 241 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.05 |
| HSL | 292.04º | 0.8% | 0.72% | - |
| HSV(B) | 292.04º | 0.47% | 0.95% | - |
| XYZ | 54.96 | 37.96 | 87.65 | - |
| YUV | 170.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 241 | 0.06 | 0.47 | 0 | 0.05 | 292.04 | 0.8 | 0.72 |
| Hex | E2 | 80 | F1 | 6 | 2F | 0 | 5 | 124 | 50 | 48 |
| Octal | 342 | 200 | 361 | 6 | 57 | 0 | 5 | 444 | 120 | 110 |
| Binary | 11100010 | 10000000 | 11110001 | 110 | 101111 | 0 | 101 | 100100100 | 1010000 | 1001000 |
Color Harmonies of #E280F1
Complementary color
Monochromatic Colors of #E280F1
Black with #E280F1
Text Example
Text Example
White with #E280F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280F1; }
p { color: rgb(226,128,241); }
H1.HeaderClassName
{
color: #E280F1;
}
.AnyTagClassName
{
color: #E280F1;
}
</style>
background-color css
<style>
a { background-color: #E280F1; }
a { background-color: rgb(226,128,241); }
div.DivClassName
{
background-color: #E280F1;
}
.BgClassName
{
background-color: #E280F1;
}
</style>
border-color css
<style>
span { border-color: #E280F1; }
span { border-color: rgb(226,128,241); }
td.TdClassName
{
border-color: #E280F1;
}
.TagClassName
{
border-color: #E280F1;
}
</style>