Shades of Violet #E280E7
Tints of Violet #E280E7
RGB
CMYK
RGB Variations
Color information
#E280E7 (or 0xE280E7) is known color: Violet. HEX triplet: E2, 80 and E7. RGB value is (226,128,231). Sum of RGB (Red+Green+Blue) = 226+128+231=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #E280E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E280E7 is #1D7F18. Grayscale: #A8A8A8. Windows color (decimal): -1933081 or 15171810. OLE color: 15171810.
HSL color Cylindrical-coordinate representation of color #E280E7: hue angle of 297.09º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E280E7 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 128 | 231 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.09 |
| HSL | 297.09º | 0.68% | 0.7% | - |
| HSV(B) | 297.09º | 0.45% | 0.91% | - |
| XYZ | 53.51 | 37.38 | 80 | - |
| YUV | 169.04 | 162.97 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 231 | 0.02 | 0.45 | 0 | 0.09 | 297.09 | 0.68 | 0.7 |
| Hex | E2 | 80 | E7 | 2 | 2D | 0 | 9 | 129 | 44 | 46 |
| Octal | 342 | 200 | 347 | 2 | 55 | 0 | 11 | 451 | 104 | 106 |
| Binary | 11100010 | 10000000 | 11100111 | 10 | 101101 | 0 | 1001 | 100101001 | 1000100 | 1000110 |
Color Harmonies of #E280E7
Complementary color
Monochromatic Colors of #E280E7
Black with #E280E7
Text Example
Text Example
White with #E280E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E280E7; }
p { color: rgb(226,128,231); }
H1.HeaderClassName
{
color: #E280E7;
}
.AnyTagClassName
{
color: #E280E7;
}
</style>
background-color css
<style>
a { background-color: #E280E7; }
a { background-color: rgb(226,128,231); }
div.DivClassName
{
background-color: #E280E7;
}
.BgClassName
{
background-color: #E280E7;
}
</style>
border-color css
<style>
span { border-color: #E280E7; }
span { border-color: rgb(226,128,231); }
td.TdClassName
{
border-color: #E280E7;
}
.TagClassName
{
border-color: #E280E7;
}
</style>