Shades of Violet #E28DF2
Tints of Violet #E28DF2
RGB
CMYK
RGB Variations
Color information
#E28DF2 (or 0xE28DF2) is known color: Violet. HEX triplet: E2, 8D and F2. RGB value is (226,141,242). Sum of RGB (Red+Green+Blue) = 226+141+242=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 141 (55.47% from 255 or 23.15% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #E28DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28DF2 is #1D720D. Grayscale: #B1B1B1. Windows color (decimal): -1929742 or 15896034. OLE color: 15896034.
HSL color Cylindrical-coordinate representation of color #E28DF2: hue angle of 290.5º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28DF2 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 141 | 242 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.05 |
| HSL | 290.5º | 0.8% | 0.75% | - |
| HSV(B) | 290.5º | 0.42% | 0.95% | - |
| XYZ | 56.92 | 41.63 | 89.04 | - |
| YUV | 177.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 242 | 0.07 | 0.42 | 0 | 0.05 | 290.5 | 0.8 | 0.75 |
| Hex | E2 | 8D | F2 | 7 | 2A | 0 | 5 | 122 | 50 | 4B |
| Octal | 342 | 215 | 362 | 7 | 52 | 0 | 5 | 442 | 120 | 113 |
| Binary | 11100010 | 10001101 | 11110010 | 111 | 101010 | 0 | 101 | 100100010 | 1010000 | 1001011 |
Color Harmonies of #E28DF2
Complementary color
Monochromatic Colors of #E28DF2
Black with #E28DF2
Text Example
Text Example
White with #E28DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DF2; }
p { color: rgb(226,141,242); }
H1.HeaderClassName
{
color: #E28DF2;
}
.AnyTagClassName
{
color: #E28DF2;
}
</style>
background-color css
<style>
a { background-color: #E28DF2; }
a { background-color: rgb(226,141,242); }
div.DivClassName
{
background-color: #E28DF2;
}
.BgClassName
{
background-color: #E28DF2;
}
</style>
border-color css
<style>
span { border-color: #E28DF2; }
span { border-color: rgb(226,141,242); }
td.TdClassName
{
border-color: #E28DF2;
}
.TagClassName
{
border-color: #E28DF2;
}
</style>