Shades of Violet #E28FF0
Tints of Violet #E28FF0
RGB
CMYK
RGB Variations
Color information
#E28FF0 (or 0xE28FF0) is known color: Violet. HEX triplet: E2, 8F and F0. RGB value is (226,143,240). Sum of RGB (Red+Green+Blue) = 226+143+240=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 143 (56.25% from 255 or 23.48% from 609); Blue value is 240 (94.14% from 255 or 39.41% from 609); Max value from RGB is 240 - color contains mainly: blue. Hex color #E28FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28FF0 is #1D700F. Grayscale: #B2B2B2. Windows color (decimal): -1929232 or 15765474. OLE color: 15765474.
HSL color Cylindrical-coordinate representation of color #E28FF0: hue angle of 291.34º degrees, saturation: 0.76, 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 #E28FF0 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 143 | 240 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.06 |
| HSL | 291.34º | 0.76% | 0.75% | - |
| HSV(B) | 291.34º | 0.4% | 0.94% | - |
| XYZ | 56.91 | 42.1 | 87.57 | - |
| YUV | 178.88 | 162.5 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 240 | 0.06 | 0.40 | 0 | 0.06 | 291.34 | 0.76 | 0.75 |
| Hex | E2 | 8F | F0 | 6 | 28 | 0 | 6 | 123 | 4C | 4B |
| Octal | 342 | 217 | 360 | 6 | 50 | 0 | 6 | 443 | 114 | 113 |
| Binary | 11100010 | 10001111 | 11110000 | 110 | 101000 | 0 | 110 | 100100011 | 1001100 | 1001011 |
Color Harmonies of #E28FF0
Complementary color
Monochromatic Colors of #E28FF0
Black with #E28FF0
Text Example
Text Example
White with #E28FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FF0; }
p { color: rgb(226,143,240); }
H1.HeaderClassName
{
color: #E28FF0;
}
.AnyTagClassName
{
color: #E28FF0;
}
</style>
background-color css
<style>
a { background-color: #E28FF0; }
a { background-color: rgb(226,143,240); }
div.DivClassName
{
background-color: #E28FF0;
}
.BgClassName
{
background-color: #E28FF0;
}
</style>
border-color css
<style>
span { border-color: #E28FF0; }
span { border-color: rgb(226,143,240); }
td.TdClassName
{
border-color: #E28FF0;
}
.TagClassName
{
border-color: #E28FF0;
}
</style>