Shades of Violet #E280E5
Tints of Violet #E280E5
RGB
CMYK
RGB Variations
Color information
#E280E5 (or 0xE280E5) is known color: Violet. HEX triplet: E2, 80 and E5. RGB value is (226,128,229). Sum of RGB (Red+Green+Blue) = 226+128+229=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #E280E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E280E5 is #1D7F1A. Grayscale: #A8A8A8. Windows color (decimal): -1933083 or 15040738. OLE color: 15040738.
HSL color Cylindrical-coordinate representation of color #E280E5: hue angle of 298.22º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E280E5 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 128 | 229 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.10 |
| HSL | 298.22º | 0.66% | 0.7% | - |
| HSV(B) | 298.22º | 0.44% | 0.9% | - |
| XYZ | 53.23 | 37.26 | 78.52 | - |
| YUV | 168.82 | 161.97 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 229 | 0.01 | 0.44 | 0 | 0.10 | 298.22 | 0.66 | 0.7 |
| Hex | E2 | 80 | E5 | 1 | 2C | 0 | A | 12A | 42 | 46 |
| Octal | 342 | 200 | 345 | 1 | 54 | 0 | 12 | 452 | 102 | 106 |
| Binary | 11100010 | 10000000 | 11100101 | 1 | 101100 | 0 | 1010 | 100101010 | 1000010 | 1000110 |
Color Harmonies of #E280E5
Complementary color
Monochromatic Colors of #E280E5
Black with #E280E5
Text Example
Text Example
White with #E280E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280E5; }
p { color: rgb(226,128,229); }
H1.HeaderClassName
{
color: #E280E5;
}
.AnyTagClassName
{
color: #E280E5;
}
</style>
background-color css
<style>
a { background-color: #E280E5; }
a { background-color: rgb(226,128,229); }
div.DivClassName
{
background-color: #E280E5;
}
.BgClassName
{
background-color: #E280E5;
}
</style>
border-color css
<style>
span { border-color: #E280E5; }
span { border-color: rgb(226,128,229); }
td.TdClassName
{
border-color: #E280E5;
}
.TagClassName
{
border-color: #E280E5;
}
</style>