Shades of Violet #E47AF1
Tints of Violet #E47AF1
RGB
CMYK
RGB Variations
Color information
#E47AF1 (or 0xE47AF1) is known color: Violet. HEX triplet: E4, 7A and F1. RGB value is (228,122,241). Sum of RGB (Red+Green+Blue) = 228+122+241=591 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.58% from 591); Green value is 122 (48.05% from 255 or 20.64% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #E47AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E47AF1 is #1B850E. Grayscale: #A6A6A6. Windows color (decimal): -1803535 or 15825636. OLE color: 15825636.
HSL color Cylindrical-coordinate representation of color #E47AF1: hue angle of 293.45º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E47AF1 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 122 | 241 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.05 |
| HSL | 293.45º | 0.81% | 0.71% | - |
| HSV(B) | 293.45º | 0.49% | 0.95% | - |
| XYZ | 54.83 | 36.76 | 87.43 | - |
| YUV | 167.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 241 | 0.05 | 0.49 | 0 | 0.05 | 293.45 | 0.81 | 0.71 |
| Hex | E4 | 7A | F1 | 5 | 31 | 0 | 5 | 125 | 51 | 47 |
| Octal | 344 | 172 | 361 | 5 | 61 | 0 | 5 | 445 | 121 | 107 |
| Binary | 11100100 | 1111010 | 11110001 | 101 | 110001 | 0 | 101 | 100100101 | 1010001 | 1000111 |
Color Harmonies of #E47AF1
Complementary color
Monochromatic Colors of #E47AF1
Black with #E47AF1
Text Example
Text Example
White with #E47AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47AF1; }
p { color: rgb(228,122,241); }
H1.HeaderClassName
{
color: #E47AF1;
}
.AnyTagClassName
{
color: #E47AF1;
}
</style>
background-color css
<style>
a { background-color: #E47AF1; }
a { background-color: rgb(228,122,241); }
div.DivClassName
{
background-color: #E47AF1;
}
.BgClassName
{
background-color: #E47AF1;
}
</style>
border-color css
<style>
span { border-color: #E47AF1; }
span { border-color: rgb(228,122,241); }
td.TdClassName
{
border-color: #E47AF1;
}
.TagClassName
{
border-color: #E47AF1;
}
</style>