Shades of Violet #E28FEC
Tints of Violet #E28FEC
RGB
CMYK
RGB Variations
Color information
#E28FEC (or 0xE28FEC) is known color: Violet. HEX triplet: E2, 8F and EC. RGB value is (226,143,236). Sum of RGB (Red+Green+Blue) = 226+143+236=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 143 (56.25% from 255 or 23.64% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #E28FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28FEC is #1D7013. Grayscale: #B2B2B2. Windows color (decimal): -1929236 or 15503330. OLE color: 15503330.
HSL color Cylindrical-coordinate representation of color #E28FEC: hue angle of 293.55º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28FEC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 143 | 236 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.07 |
| HSL | 293.55º | 0.71% | 0.74% | - |
| HSV(B) | 293.55º | 0.39% | 0.93% | - |
| XYZ | 56.33 | 41.87 | 84.47 | - |
| YUV | 178.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 236 | 0.04 | 0.39 | 0 | 0.07 | 293.55 | 0.71 | 0.74 |
| Hex | E2 | 8F | EC | 4 | 27 | 0 | 7 | 126 | 47 | 4A |
| Octal | 342 | 217 | 354 | 4 | 47 | 0 | 7 | 446 | 107 | 112 |
| Binary | 11100010 | 10001111 | 11101100 | 100 | 100111 | 0 | 111 | 100100110 | 1000111 | 1001010 |
Color Harmonies of #E28FEC
Complementary color
Monochromatic Colors of #E28FEC
Black with #E28FEC
Text Example
Text Example
White with #E28FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FEC; }
p { color: rgb(226,143,236); }
H1.HeaderClassName
{
color: #E28FEC;
}
.AnyTagClassName
{
color: #E28FEC;
}
</style>
background-color css
<style>
a { background-color: #E28FEC; }
a { background-color: rgb(226,143,236); }
div.DivClassName
{
background-color: #E28FEC;
}
.BgClassName
{
background-color: #E28FEC;
}
</style>
border-color css
<style>
span { border-color: #E28FEC; }
span { border-color: rgb(226,143,236); }
td.TdClassName
{
border-color: #E28FEC;
}
.TagClassName
{
border-color: #E28FEC;
}
</style>