Shades of Violet #E28FEF
Tints of Violet #E28FEF
RGB
CMYK
RGB Variations
Color information
#E28FEF (or 0xE28FEF) is known color: Violet. HEX triplet: E2, 8F and EF. RGB value is (226,143,239). Sum of RGB (Red+Green+Blue) = 226+143+239=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 143 (56.25% from 255 or 23.52% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #E28FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28FEF is #1D7010. Grayscale: #B2B2B2. Windows color (decimal): -1929233 or 15699938. OLE color: 15699938.
HSL color Cylindrical-coordinate representation of color #E28FEF: hue angle of 291.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E28FEF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 143 | 239 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.06 |
| HSL | 291.88º | 0.75% | 0.75% | - |
| HSV(B) | 291.88º | 0.4% | 0.94% | - |
| XYZ | 56.77 | 42.05 | 86.79 | - |
| YUV | 178.76 | 162 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 239 | 0.05 | 0.40 | 0 | 0.06 | 291.88 | 0.75 | 0.75 |
| Hex | E2 | 8F | EF | 5 | 28 | 0 | 6 | 124 | 4B | 4B |
| Octal | 342 | 217 | 357 | 5 | 50 | 0 | 6 | 444 | 113 | 113 |
| Binary | 11100010 | 10001111 | 11101111 | 101 | 101000 | 0 | 110 | 100100100 | 1001011 | 1001011 |
Color Harmonies of #E28FEF
Complementary color
Monochromatic Colors of #E28FEF
Black with #E28FEF
Text Example
Text Example
White with #E28FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FEF; }
p { color: rgb(226,143,239); }
H1.HeaderClassName
{
color: #E28FEF;
}
.AnyTagClassName
{
color: #E28FEF;
}
</style>
background-color css
<style>
a { background-color: #E28FEF; }
a { background-color: rgb(226,143,239); }
div.DivClassName
{
background-color: #E28FEF;
}
.BgClassName
{
background-color: #E28FEF;
}
</style>
border-color css
<style>
span { border-color: #E28FEF; }
span { border-color: rgb(226,143,239); }
td.TdClassName
{
border-color: #E28FEF;
}
.TagClassName
{
border-color: #E28FEF;
}
</style>