Shades of Violet #E295F2
Tints of Violet #E295F2
RGB
CMYK
RGB Variations
Color information
#E295F2 (or 0xE295F2) is known color: Violet. HEX triplet: E2, 95 and F2. RGB value is (226,149,242). Sum of RGB (Red+Green+Blue) = 226+149+242=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #E295F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295F2 is #1D6A0D. Grayscale: #B6B6B6. Windows color (decimal): -1927694 or 15898082. OLE color: 15898082.
HSL color Cylindrical-coordinate representation of color #E295F2: hue angle of 289.68º 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 #E295F2 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 149 | 242 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.05 |
| HSL | 289.68º | 0.78% | 0.77% | - |
| HSV(B) | 289.68º | 0.38% | 0.95% | - |
| XYZ | 58.14 | 44.07 | 89.45 | - |
| YUV | 182.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 242 | 0.07 | 0.38 | 0 | 0.05 | 289.68 | 0.78 | 0.77 |
| Hex | E2 | 95 | F2 | 7 | 26 | 0 | 5 | 122 | 4E | 4D |
| Octal | 342 | 225 | 362 | 7 | 46 | 0 | 5 | 442 | 116 | 115 |
| Binary | 11100010 | 10010101 | 11110010 | 111 | 100110 | 0 | 101 | 100100010 | 1001110 | 1001101 |
Color Harmonies of #E295F2
Complementary color
Monochromatic Colors of #E295F2
Black with #E295F2
Text Example
Text Example
White with #E295F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295F2; }
p { color: rgb(226,149,242); }
H1.HeaderClassName
{
color: #E295F2;
}
.AnyTagClassName
{
color: #E295F2;
}
</style>
background-color css
<style>
a { background-color: #E295F2; }
a { background-color: rgb(226,149,242); }
div.DivClassName
{
background-color: #E295F2;
}
.BgClassName
{
background-color: #E295F2;
}
</style>
border-color css
<style>
span { border-color: #E295F2; }
span { border-color: rgb(226,149,242); }
td.TdClassName
{
border-color: #E295F2;
}
.TagClassName
{
border-color: #E295F2;
}
</style>