Shades of Violet #E47CF2
Tints of Violet #E47CF2
RGB
CMYK
RGB Variations
Color information
#E47CF2 (or 0xE47CF2) is known color: Violet. HEX triplet: E4, 7C and F2. RGB value is (228,124,242). Sum of RGB (Red+Green+Blue) = 228+124+242=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #E47CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E47CF2 is #1B830D. Grayscale: #A8A8A8. Windows color (decimal): -1803022 or 15891684. OLE color: 15891684.
HSL color Cylindrical-coordinate representation of color #E47CF2: hue angle of 292.88º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E47CF2 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 124 | 242 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.05 |
| HSL | 292.88º | 0.82% | 0.72% | - |
| HSV(B) | 292.88º | 0.49% | 0.95% | - |
| XYZ | 55.23 | 37.32 | 88.3 | - |
| YUV | 168.55 | 169.46 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 242 | 0.06 | 0.49 | 0 | 0.05 | 292.88 | 0.82 | 0.72 |
| Hex | E4 | 7C | F2 | 6 | 31 | 0 | 5 | 125 | 52 | 48 |
| Octal | 344 | 174 | 362 | 6 | 61 | 0 | 5 | 445 | 122 | 110 |
| Binary | 11100100 | 1111100 | 11110010 | 110 | 110001 | 0 | 101 | 100100101 | 1010010 | 1001000 |
Color Harmonies of #E47CF2
Complementary color
Monochromatic Colors of #E47CF2
Black with #E47CF2
Text Example
Text Example
White with #E47CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CF2; }
p { color: rgb(228,124,242); }
H1.HeaderClassName
{
color: #E47CF2;
}
.AnyTagClassName
{
color: #E47CF2;
}
</style>
background-color css
<style>
a { background-color: #E47CF2; }
a { background-color: rgb(228,124,242); }
div.DivClassName
{
background-color: #E47CF2;
}
.BgClassName
{
background-color: #E47CF2;
}
</style>
border-color css
<style>
span { border-color: #E47CF2; }
span { border-color: rgb(228,124,242); }
td.TdClassName
{
border-color: #E47CF2;
}
.TagClassName
{
border-color: #E47CF2;
}
</style>