Shades of Violet #E47AF2
Tints of Violet #E47AF2
RGB
CMYK
RGB Variations
Color information
#E47AF2 (or 0xE47AF2) is known color: Violet. HEX triplet: E4, 7A and F2. RGB value is (228,122,242). Sum of RGB (Red+Green+Blue) = 228+122+242=592 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.51% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #E47AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E47AF2 is #1B850D. Grayscale: #A7A7A7. Windows color (decimal): -1803534 or 15891172. OLE color: 15891172.
HSL color Cylindrical-coordinate representation of color #E47AF2: hue angle of 293º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E47AF2 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 122 | 242 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.05 |
| HSL | 293º | 0.82% | 0.71% | - |
| HSV(B) | 293º | 0.5% | 0.95% | - |
| XYZ | 54.98 | 36.82 | 88.21 | - |
| YUV | 167.37 | 170.12 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 242 | 0.06 | 0.50 | 0 | 0.05 | 293 | 0.82 | 0.71 |
| Hex | E4 | 7A | F2 | 6 | 32 | 0 | 5 | 125 | 52 | 47 |
| Octal | 344 | 172 | 362 | 6 | 62 | 0 | 5 | 445 | 122 | 107 |
| Binary | 11100100 | 1111010 | 11110010 | 110 | 110010 | 0 | 101 | 100100101 | 1010010 | 1000111 |
Color Harmonies of #E47AF2
Complementary color
Monochromatic Colors of #E47AF2
Black with #E47AF2
Text Example
Text Example
White with #E47AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47AF2; }
p { color: rgb(228,122,242); }
H1.HeaderClassName
{
color: #E47AF2;
}
.AnyTagClassName
{
color: #E47AF2;
}
</style>
background-color css
<style>
a { background-color: #E47AF2; }
a { background-color: rgb(228,122,242); }
div.DivClassName
{
background-color: #E47AF2;
}
.BgClassName
{
background-color: #E47AF2;
}
</style>
border-color css
<style>
span { border-color: #E47AF2; }
span { border-color: rgb(228,122,242); }
td.TdClassName
{
border-color: #E47AF2;
}
.TagClassName
{
border-color: #E47AF2;
}
</style>