Shades of Violet #E280E9
Tints of Violet #E280E9
RGB
CMYK
RGB Variations
Color information
#E280E9 (or 0xE280E9) is known color: Violet. HEX triplet: E2, 80 and E9. RGB value is (226,128,233). Sum of RGB (Red+Green+Blue) = 226+128+233=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 233 - color contains mainly: blue. Hex color #E280E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280E9 is #1D7F16. Grayscale: #A8A8A8. Windows color (decimal): -1933079 or 15302882. OLE color: 15302882.
HSL color Cylindrical-coordinate representation of color #E280E9: hue angle of 296º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E280E9 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 128 | 233 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.09 |
| HSL | 296º | 0.7% | 0.71% | - |
| HSV(B) | 296º | 0.45% | 0.91% | - |
| XYZ | 53.79 | 37.49 | 81.49 | - |
| YUV | 169.27 | 163.97 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 233 | 0.03 | 0.45 | 0 | 0.09 | 296 | 0.7 | 0.71 |
| Hex | E2 | 80 | E9 | 3 | 2D | 0 | 9 | 128 | 46 | 47 |
| Octal | 342 | 200 | 351 | 3 | 55 | 0 | 11 | 450 | 106 | 107 |
| Binary | 11100010 | 10000000 | 11101001 | 11 | 101101 | 0 | 1001 | 100101000 | 1000110 | 1000111 |
Color Harmonies of #E280E9
Complementary color
Monochromatic Colors of #E280E9
Black with #E280E9
Text Example
Text Example
White with #E280E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280E9; }
p { color: rgb(226,128,233); }
H1.HeaderClassName
{
color: #E280E9;
}
.AnyTagClassName
{
color: #E280E9;
}
</style>
background-color css
<style>
a { background-color: #E280E9; }
a { background-color: rgb(226,128,233); }
div.DivClassName
{
background-color: #E280E9;
}
.BgClassName
{
background-color: #E280E9;
}
</style>
border-color css
<style>
span { border-color: #E280E9; }
span { border-color: rgb(226,128,233); }
td.TdClassName
{
border-color: #E280E9;
}
.TagClassName
{
border-color: #E280E9;
}
</style>