Shades of Violet #E495EF
Tints of Violet #E495EF
RGB
CMYK
RGB Variations
Color information
#E495EF (or 0xE495EF) is known color: Violet. HEX triplet: E4, 95 and EF. RGB value is (228,149,239). Sum of RGB (Red+Green+Blue) = 228+149+239=616 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.01% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #E495EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E495EF is #1B6A10. Grayscale: #B6B6B6. Windows color (decimal): -1796625 or 15701476. OLE color: 15701476.
HSL color Cylindrical-coordinate representation of color #E495EF: hue angle of 292.67º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E495EF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 149 | 239 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.06 |
| HSL | 292.67º | 0.74% | 0.76% | - |
| HSV(B) | 292.67º | 0.38% | 0.94% | - |
| XYZ | 58.32 | 44.22 | 87.12 | - |
| YUV | 182.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 239 | 0.05 | 0.38 | 0 | 0.06 | 292.67 | 0.74 | 0.76 |
| Hex | E4 | 95 | EF | 5 | 26 | 0 | 6 | 125 | 4A | 4C |
| Octal | 344 | 225 | 357 | 5 | 46 | 0 | 6 | 445 | 112 | 114 |
| Binary | 11100100 | 10010101 | 11101111 | 101 | 100110 | 0 | 110 | 100100101 | 1001010 | 1001100 |
Color Harmonies of #E495EF
Complementary color
Monochromatic Colors of #E495EF
Black with #E495EF
Text Example
Text Example
White with #E495EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E495EF; }
p { color: rgb(228,149,239); }
H1.HeaderClassName
{
color: #E495EF;
}
.AnyTagClassName
{
color: #E495EF;
}
</style>
background-color css
<style>
a { background-color: #E495EF; }
a { background-color: rgb(228,149,239); }
div.DivClassName
{
background-color: #E495EF;
}
.BgClassName
{
background-color: #E495EF;
}
</style>
border-color css
<style>
span { border-color: #E495EF; }
span { border-color: rgb(228,149,239); }
td.TdClassName
{
border-color: #E495EF;
}
.TagClassName
{
border-color: #E495EF;
}
</style>