Shades of Violet #E281F1
Tints of Violet #E281F1
RGB
CMYK
RGB Variations
Color information
#E281F1 (or 0xE281F1) is known color: Violet. HEX triplet: E2, 81 and F1. RGB value is (226,129,241). Sum of RGB (Red+Green+Blue) = 226+129+241=596 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.92% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #E281F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E281F1 is #1D7E0E. Grayscale: #AAAAAA. Windows color (decimal): -1932815 or 15827426. OLE color: 15827426.
HSL color Cylindrical-coordinate representation of color #E281F1: hue angle of 291.96º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E281F1 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 129 | 241 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.05 |
| HSL | 291.96º | 0.8% | 0.73% | - |
| HSV(B) | 291.96º | 0.46% | 0.95% | - |
| XYZ | 55.09 | 38.22 | 87.69 | - |
| YUV | 170.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 241 | 0.06 | 0.46 | 0 | 0.05 | 291.96 | 0.8 | 0.73 |
| Hex | E2 | 81 | F1 | 6 | 2E | 0 | 5 | 124 | 50 | 49 |
| Octal | 342 | 201 | 361 | 6 | 56 | 0 | 5 | 444 | 120 | 111 |
| Binary | 11100010 | 10000001 | 11110001 | 110 | 101110 | 0 | 101 | 100100100 | 1010000 | 1001001 |
Color Harmonies of #E281F1
Complementary color
Monochromatic Colors of #E281F1
Black with #E281F1
Text Example
Text Example
White with #E281F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281F1; }
p { color: rgb(226,129,241); }
H1.HeaderClassName
{
color: #E281F1;
}
.AnyTagClassName
{
color: #E281F1;
}
</style>
background-color css
<style>
a { background-color: #E281F1; }
a { background-color: rgb(226,129,241); }
div.DivClassName
{
background-color: #E281F1;
}
.BgClassName
{
background-color: #E281F1;
}
</style>
border-color css
<style>
span { border-color: #E281F1; }
span { border-color: rgb(226,129,241); }
td.TdClassName
{
border-color: #E281F1;
}
.TagClassName
{
border-color: #E281F1;
}
</style>