Shades of Violet #E281EF
Tints of Violet #E281EF
RGB
CMYK
RGB Variations
Color information
#E281EF (or 0xE281EF) is known color: Violet. HEX triplet: E2, 81 and EF. RGB value is (226,129,239). Sum of RGB (Red+Green+Blue) = 226+129+239=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 129 (50.78% from 255 or 21.72% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #E281EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E281EF is #1D7E10. Grayscale: #AAAAAA. Windows color (decimal): -1932817 or 15696354. OLE color: 15696354.
HSL color Cylindrical-coordinate representation of color #E281EF: hue angle of 292.91º degrees, saturation: 0.77, 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 #E281EF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 129 | 239 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.06 |
| HSL | 292.91º | 0.77% | 0.72% | - |
| HSV(B) | 292.91º | 0.46% | 0.94% | - |
| XYZ | 54.79 | 38.1 | 86.13 | - |
| YUV | 170.54 | 166.64 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 129 | 239 | 0.05 | 0.46 | 0 | 0.06 | 292.91 | 0.77 | 0.72 |
| Hex | E2 | 81 | EF | 5 | 2E | 0 | 6 | 125 | 4D | 48 |
| Octal | 342 | 201 | 357 | 5 | 56 | 0 | 6 | 445 | 115 | 110 |
| Binary | 11100010 | 10000001 | 11101111 | 101 | 101110 | 0 | 110 | 100100101 | 1001101 | 1001000 |
Color Harmonies of #E281EF
Complementary color
Monochromatic Colors of #E281EF
Black with #E281EF
Text Example
Text Example
White with #E281EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E281EF; }
p { color: rgb(226,129,239); }
H1.HeaderClassName
{
color: #E281EF;
}
.AnyTagClassName
{
color: #E281EF;
}
</style>
background-color css
<style>
a { background-color: #E281EF; }
a { background-color: rgb(226,129,239); }
div.DivClassName
{
background-color: #E281EF;
}
.BgClassName
{
background-color: #E281EF;
}
</style>
border-color css
<style>
span { border-color: #E281EF; }
span { border-color: rgb(226,129,239); }
td.TdClassName
{
border-color: #E281EF;
}
.TagClassName
{
border-color: #E281EF;
}
</style>