Shades of Violet #E28BF1
Tints of Violet #E28BF1
RGB
CMYK
RGB Variations
Color information
#E28BF1 (or 0xE28BF1) is known color: Violet. HEX triplet: E2, 8B and F1. RGB value is (226,139,241). Sum of RGB (Red+Green+Blue) = 226+139+241=606 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.29% from 606); Green value is 139 (54.69% from 255 or 22.94% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #E28BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28BF1 is #1D740E. Grayscale: #B0B0B0. Windows color (decimal): -1930255 or 15829986. OLE color: 15829986.
HSL color Cylindrical-coordinate representation of color #E28BF1: hue angle of 291.18º degrees, saturation: 0.78, 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 #E28BF1 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 139 | 241 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.05 |
| HSL | 291.18º | 0.78% | 0.75% | - |
| HSV(B) | 291.18º | 0.42% | 0.95% | - |
| XYZ | 56.47 | 40.98 | 88.15 | - |
| YUV | 176.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 241 | 0.06 | 0.42 | 0 | 0.05 | 291.18 | 0.78 | 0.75 |
| Hex | E2 | 8B | F1 | 6 | 2A | 0 | 5 | 123 | 4E | 4B |
| Octal | 342 | 213 | 361 | 6 | 52 | 0 | 5 | 443 | 116 | 113 |
| Binary | 11100010 | 10001011 | 11110001 | 110 | 101010 | 0 | 101 | 100100011 | 1001110 | 1001011 |
Color Harmonies of #E28BF1
Complementary color
Monochromatic Colors of #E28BF1
Black with #E28BF1
Text Example
Text Example
White with #E28BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BF1; }
p { color: rgb(226,139,241); }
H1.HeaderClassName
{
color: #E28BF1;
}
.AnyTagClassName
{
color: #E28BF1;
}
</style>
background-color css
<style>
a { background-color: #E28BF1; }
a { background-color: rgb(226,139,241); }
div.DivClassName
{
background-color: #E28BF1;
}
.BgClassName
{
background-color: #E28BF1;
}
</style>
border-color css
<style>
span { border-color: #E28BF1; }
span { border-color: rgb(226,139,241); }
td.TdClassName
{
border-color: #E28BF1;
}
.TagClassName
{
border-color: #E28BF1;
}
</style>