Shades of Violet #E295F1
Tints of Violet #E295F1
RGB
CMYK
RGB Variations
Color information
#E295F1 (or 0xE295F1) is known color: Violet. HEX triplet: E2, 95 and F1. RGB value is (226,149,241). Sum of RGB (Red+Green+Blue) = 226+149+241=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #E295F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E295F1 is #1D6A0E. Grayscale: #B6B6B6. Windows color (decimal): -1927695 or 15832546. OLE color: 15832546.
HSL color Cylindrical-coordinate representation of color #E295F1: hue angle of 290.22º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E295F1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 149 | 241 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.05 |
| HSL | 290.22º | 0.77% | 0.76% | - |
| HSV(B) | 290.22º | 0.38% | 0.95% | - |
| XYZ | 57.99 | 44.01 | 88.66 | - |
| YUV | 182.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 241 | 0.06 | 0.38 | 0 | 0.05 | 290.22 | 0.77 | 0.76 |
| Hex | E2 | 95 | F1 | 6 | 26 | 0 | 5 | 122 | 4D | 4C |
| Octal | 342 | 225 | 361 | 6 | 46 | 0 | 5 | 442 | 115 | 114 |
| Binary | 11100010 | 10010101 | 11110001 | 110 | 100110 | 0 | 101 | 100100010 | 1001101 | 1001100 |
Color Harmonies of #E295F1
Complementary color
Monochromatic Colors of #E295F1
Black with #E295F1
Text Example
Text Example
White with #E295F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E295F1; }
p { color: rgb(226,149,241); }
H1.HeaderClassName
{
color: #E295F1;
}
.AnyTagClassName
{
color: #E295F1;
}
</style>
background-color css
<style>
a { background-color: #E295F1; }
a { background-color: rgb(226,149,241); }
div.DivClassName
{
background-color: #E295F1;
}
.BgClassName
{
background-color: #E295F1;
}
</style>
border-color css
<style>
span { border-color: #E295F1; }
span { border-color: rgb(226,149,241); }
td.TdClassName
{
border-color: #E295F1;
}
.TagClassName
{
border-color: #E295F1;
}
</style>