Shades of Violet #E47BF2
Tints of Violet #E47BF2
RGB
CMYK
RGB Variations
Color information
#E47BF2 (or 0xE47BF2) is known color: Violet. HEX triplet: E4, 7B and F2. RGB value is (228,123,242). Sum of RGB (Red+Green+Blue) = 228+123+242=593 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.45% from 593); Green value is 123 (48.44% from 255 or 20.74% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #E47BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E47BF2 is #1B840D. Grayscale: #A7A7A7. Windows color (decimal): -1803278 or 15891428. OLE color: 15891428.
HSL color Cylindrical-coordinate representation of color #E47BF2: hue angle of 292.94º 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 #E47BF2 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 123 | 242 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.05 |
| HSL | 292.94º | 0.82% | 0.72% | - |
| HSV(B) | 292.94º | 0.49% | 0.95% | - |
| XYZ | 55.1 | 37.07 | 88.26 | - |
| YUV | 167.96 | 169.79 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 242 | 0.06 | 0.49 | 0 | 0.05 | 292.94 | 0.82 | 0.72 |
| Hex | E4 | 7B | F2 | 6 | 31 | 0 | 5 | 125 | 52 | 48 |
| Octal | 344 | 173 | 362 | 6 | 61 | 0 | 5 | 445 | 122 | 110 |
| Binary | 11100100 | 1111011 | 11110010 | 110 | 110001 | 0 | 101 | 100100101 | 1010010 | 1001000 |
Color Harmonies of #E47BF2
Complementary color
Monochromatic Colors of #E47BF2
Black with #E47BF2
Text Example
Text Example
White with #E47BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BF2; }
p { color: rgb(228,123,242); }
H1.HeaderClassName
{
color: #E47BF2;
}
.AnyTagClassName
{
color: #E47BF2;
}
</style>
background-color css
<style>
a { background-color: #E47BF2; }
a { background-color: rgb(228,123,242); }
div.DivClassName
{
background-color: #E47BF2;
}
.BgClassName
{
background-color: #E47BF2;
}
</style>
border-color css
<style>
span { border-color: #E47BF2; }
span { border-color: rgb(228,123,242); }
td.TdClassName
{
border-color: #E47BF2;
}
.TagClassName
{
border-color: #E47BF2;
}
</style>