Shades of Violet #E28FED
Tints of Violet #E28FED
RGB
CMYK
RGB Variations
Color information
#E28FED (or 0xE28FED) is known color: Violet. HEX triplet: E2, 8F and ED. RGB value is (226,143,237). Sum of RGB (Red+Green+Blue) = 226+143+237=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 143 (56.25% from 255 or 23.60% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #E28FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28FED is #1D7012. Grayscale: #B2B2B2. Windows color (decimal): -1929235 or 15568866. OLE color: 15568866.
HSL color Cylindrical-coordinate representation of color #E28FED: hue angle of 292.98º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E28FED is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 143 | 237 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.07 |
| HSL | 292.98º | 0.72% | 0.75% | - |
| HSV(B) | 292.98º | 0.4% | 0.93% | - |
| XYZ | 56.47 | 41.93 | 85.24 | - |
| YUV | 178.53 | 161 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 237 | 0.05 | 0.40 | 0 | 0.07 | 292.98 | 0.72 | 0.75 |
| Hex | E2 | 8F | ED | 5 | 28 | 0 | 7 | 125 | 48 | 4B |
| Octal | 342 | 217 | 355 | 5 | 50 | 0 | 7 | 445 | 110 | 113 |
| Binary | 11100010 | 10001111 | 11101101 | 101 | 101000 | 0 | 111 | 100100101 | 1001000 | 1001011 |
Color Harmonies of #E28FED
Complementary color
Monochromatic Colors of #E28FED
Black with #E28FED
Text Example
Text Example
White with #E28FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FED; }
p { color: rgb(226,143,237); }
H1.HeaderClassName
{
color: #E28FED;
}
.AnyTagClassName
{
color: #E28FED;
}
</style>
background-color css
<style>
a { background-color: #E28FED; }
a { background-color: rgb(226,143,237); }
div.DivClassName
{
background-color: #E28FED;
}
.BgClassName
{
background-color: #E28FED;
}
</style>
border-color css
<style>
span { border-color: #E28FED; }
span { border-color: rgb(226,143,237); }
td.TdClassName
{
border-color: #E28FED;
}
.TagClassName
{
border-color: #E28FED;
}
</style>