Shades of Violet #E495F1
Tints of Violet #E495F1
RGB
CMYK
RGB Variations
Color information
#E495F1 (or 0xE495F1) is known color: Violet. HEX triplet: E4, 95 and F1. RGB value is (228,149,241). Sum of RGB (Red+Green+Blue) = 228+149+241=618 (81% of max value = 765). Red value is 228 (89.45% from 255 or 36.89% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #E495F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495F1 is #1B6A0E. Grayscale: #B6B6B6. Windows color (decimal): -1796623 or 15832548. OLE color: 15832548.
HSL color Cylindrical-coordinate representation of color #E495F1: hue angle of 291.52º 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 #E495F1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 149 | 241 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.05 |
| HSL | 291.52º | 0.77% | 0.76% | - |
| HSV(B) | 291.52º | 0.38% | 0.95% | - |
| XYZ | 58.62 | 44.34 | 88.69 | - |
| YUV | 183.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 241 | 0.05 | 0.38 | 0 | 0.05 | 291.52 | 0.77 | 0.76 |
| Hex | E4 | 95 | F1 | 5 | 26 | 0 | 5 | 124 | 4D | 4C |
| Octal | 344 | 225 | 361 | 5 | 46 | 0 | 5 | 444 | 115 | 114 |
| Binary | 11100100 | 10010101 | 11110001 | 101 | 100110 | 0 | 101 | 100100100 | 1001101 | 1001100 |
Color Harmonies of #E495F1
Complementary color
Monochromatic Colors of #E495F1
Black with #E495F1
Text Example
Text Example
White with #E495F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495F1; }
p { color: rgb(228,149,241); }
H1.HeaderClassName
{
color: #E495F1;
}
.AnyTagClassName
{
color: #E495F1;
}
</style>
background-color css
<style>
a { background-color: #E495F1; }
a { background-color: rgb(228,149,241); }
div.DivClassName
{
background-color: #E495F1;
}
.BgClassName
{
background-color: #E495F1;
}
</style>
border-color css
<style>
span { border-color: #E495F1; }
span { border-color: rgb(228,149,241); }
td.TdClassName
{
border-color: #E495F1;
}
.TagClassName
{
border-color: #E495F1;
}
</style>