Shades of Violet #E47FEF
Tints of Violet #E47FEF
RGB
CMYK
RGB Variations
Color information
#E47FEF (or 0xE47FEF) is known color: Violet. HEX triplet: E4, 7F and EF. RGB value is (228,127,239). Sum of RGB (Red+Green+Blue) = 228+127+239=594 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.38% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #E47FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E47FEF is #1B8010. Grayscale: #A9A9A9. Windows color (decimal): -1802257 or 15695844. OLE color: 15695844.
HSL color Cylindrical-coordinate representation of color #E47FEF: hue angle of 294.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E47FEF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 127 | 239 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.06 |
| HSL | 294.11º | 0.78% | 0.72% | - |
| HSV(B) | 294.11º | 0.47% | 0.94% | - |
| XYZ | 55.16 | 37.9 | 86.07 | - |
| YUV | 169.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 239 | 0.05 | 0.47 | 0 | 0.06 | 294.11 | 0.78 | 0.72 |
| Hex | E4 | 7F | EF | 5 | 2F | 0 | 6 | 126 | 4E | 48 |
| Octal | 344 | 177 | 357 | 5 | 57 | 0 | 6 | 446 | 116 | 110 |
| Binary | 11100100 | 1111111 | 11101111 | 101 | 101111 | 0 | 110 | 100100110 | 1001110 | 1001000 |
Color Harmonies of #E47FEF
Complementary color
Monochromatic Colors of #E47FEF
Black with #E47FEF
Text Example
Text Example
White with #E47FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47FEF; }
p { color: rgb(228,127,239); }
H1.HeaderClassName
{
color: #E47FEF;
}
.AnyTagClassName
{
color: #E47FEF;
}
</style>
background-color css
<style>
a { background-color: #E47FEF; }
a { background-color: rgb(228,127,239); }
div.DivClassName
{
background-color: #E47FEF;
}
.BgClassName
{
background-color: #E47FEF;
}
</style>
border-color css
<style>
span { border-color: #E47FEF; }
span { border-color: rgb(228,127,239); }
td.TdClassName
{
border-color: #E47FEF;
}
.TagClassName
{
border-color: #E47FEF;
}
</style>