Shades of Violet #E297F5
Tints of Violet #E297F5
RGB
CMYK
RGB Variations
Color information
#E297F5 (or 0xE297F5) is known color: Violet. HEX triplet: E2, 97 and F5. RGB value is (226,151,245). Sum of RGB (Red+Green+Blue) = 226+151+245=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 151 (59.38% from 255 or 24.28% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #E297F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E297F5 is #1D680A. Grayscale: #B7B7B7. Windows color (decimal): -1927179 or 16095202. OLE color: 16095202.
HSL color Cylindrical-coordinate representation of color #E297F5: hue angle of 287.87º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E297F5 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 151 | 245 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.04 |
| HSL | 287.87º | 0.82% | 0.78% | - |
| HSV(B) | 287.87º | 0.38% | 0.96% | - |
| XYZ | 58.91 | 44.89 | 91.95 | - |
| YUV | 184.14 | 162.35 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 245 | 0.08 | 0.38 | 0 | 0.04 | 287.87 | 0.82 | 0.78 |
| Hex | E2 | 97 | F5 | 8 | 26 | 0 | 4 | 120 | 52 | 4E |
| Octal | 342 | 227 | 365 | 10 | 46 | 0 | 4 | 440 | 122 | 116 |
| Binary | 11100010 | 10010111 | 11110101 | 1000 | 100110 | 0 | 100 | 100100000 | 1010010 | 1001110 |
Color Harmonies of #E297F5
Complementary color
Monochromatic Colors of #E297F5
Black with #E297F5
Text Example
Text Example
White with #E297F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E297F5; }
p { color: rgb(226,151,245); }
H1.HeaderClassName
{
color: #E297F5;
}
.AnyTagClassName
{
color: #E297F5;
}
</style>
background-color css
<style>
a { background-color: #E297F5; }
a { background-color: rgb(226,151,245); }
div.DivClassName
{
background-color: #E297F5;
}
.BgClassName
{
background-color: #E297F5;
}
</style>
border-color css
<style>
span { border-color: #E297F5; }
span { border-color: rgb(226,151,245); }
td.TdClassName
{
border-color: #E297F5;
}
.TagClassName
{
border-color: #E297F5;
}
</style>