Shades of Violet #E296F2
Tints of Violet #E296F2
RGB
CMYK
RGB Variations
Color information
#E296F2 (or 0xE296F2) is known color: Violet. HEX triplet: E2, 96 and F2. RGB value is (226,150,242). Sum of RGB (Red+Green+Blue) = 226+150+242=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #E296F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E296F2 is #1D690D. Grayscale: #B6B6B6. Windows color (decimal): -1927438 or 15898338. OLE color: 15898338.
HSL color Cylindrical-coordinate representation of color #E296F2: hue angle of 289.57º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E296F2 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 150 | 242 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.05 |
| HSL | 289.57º | 0.78% | 0.77% | - |
| HSV(B) | 289.57º | 0.38% | 0.95% | - |
| XYZ | 58.3 | 44.39 | 89.5 | - |
| YUV | 183.21 | 161.18 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 242 | 0.07 | 0.38 | 0 | 0.05 | 289.57 | 0.78 | 0.77 |
| Hex | E2 | 96 | F2 | 7 | 26 | 0 | 5 | 122 | 4E | 4D |
| Octal | 342 | 226 | 362 | 7 | 46 | 0 | 5 | 442 | 116 | 115 |
| Binary | 11100010 | 10010110 | 11110010 | 111 | 100110 | 0 | 101 | 100100010 | 1001110 | 1001101 |
Color Harmonies of #E296F2
Complementary color
Monochromatic Colors of #E296F2
Black with #E296F2
Text Example
Text Example
White with #E296F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E296F2; }
p { color: rgb(226,150,242); }
H1.HeaderClassName
{
color: #E296F2;
}
.AnyTagClassName
{
color: #E296F2;
}
</style>
background-color css
<style>
a { background-color: #E296F2; }
a { background-color: rgb(226,150,242); }
div.DivClassName
{
background-color: #E296F2;
}
.BgClassName
{
background-color: #E296F2;
}
</style>
border-color css
<style>
span { border-color: #E296F2; }
span { border-color: rgb(226,150,242); }
td.TdClassName
{
border-color: #E296F2;
}
.TagClassName
{
border-color: #E296F2;
}
</style>