Shades of Violet #E28FE7
Tints of Violet #E28FE7
RGB
CMYK
RGB Variations
Color information
#E28FE7 (or 0xE28FE7) is known color: Violet. HEX triplet: E2, 8F and E7. RGB value is (226,143,231). Sum of RGB (Red+Green+Blue) = 226+143+231=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #E28FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28FE7 is #1D7018. Grayscale: #B1B1B1. Windows color (decimal): -1929241 or 15175650. OLE color: 15175650.
HSL color Cylindrical-coordinate representation of color #E28FE7: hue angle of 296.59º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28FE7 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 143 | 231 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.09 |
| HSL | 296.59º | 0.65% | 0.73% | - |
| HSV(B) | 296.59º | 0.38% | 0.91% | - |
| XYZ | 55.61 | 41.58 | 80.7 | - |
| YUV | 177.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 231 | 0.02 | 0.38 | 0 | 0.09 | 296.59 | 0.65 | 0.73 |
| Hex | E2 | 8F | E7 | 2 | 26 | 0 | 9 | 129 | 41 | 49 |
| Octal | 342 | 217 | 347 | 2 | 46 | 0 | 11 | 451 | 101 | 111 |
| Binary | 11100010 | 10001111 | 11100111 | 10 | 100110 | 0 | 1001 | 100101001 | 1000001 | 1001001 |
Color Harmonies of #E28FE7
Complementary color
Monochromatic Colors of #E28FE7
Black with #E28FE7
Text Example
Text Example
White with #E28FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FE7; }
p { color: rgb(226,143,231); }
H1.HeaderClassName
{
color: #E28FE7;
}
.AnyTagClassName
{
color: #E28FE7;
}
</style>
background-color css
<style>
a { background-color: #E28FE7; }
a { background-color: rgb(226,143,231); }
div.DivClassName
{
background-color: #E28FE7;
}
.BgClassName
{
background-color: #E28FE7;
}
</style>
border-color css
<style>
span { border-color: #E28FE7; }
span { border-color: rgb(226,143,231); }
td.TdClassName
{
border-color: #E28FE7;
}
.TagClassName
{
border-color: #E28FE7;
}
</style>