Shades of Violet #E47FEA
Tints of Violet #E47FEA
RGB
CMYK
RGB Variations
Color information
#E47FEA (or 0xE47FEA) is known color: Violet. HEX triplet: E4, 7F and EA. RGB value is (228,127,234). Sum of RGB (Red+Green+Blue) = 228+127+234=589 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.71% from 589); Green value is 127 (50% from 255 or 21.56% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #E47FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E47FEA is #1B8015. Grayscale: #A9A9A9. Windows color (decimal): -1802262 or 15368164. OLE color: 15368164.
HSL color Cylindrical-coordinate representation of color #E47FEA: hue angle of 296.64º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47FEA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 127 | 234 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.08 |
| HSL | 296.64º | 0.72% | 0.71% | - |
| HSV(B) | 296.64º | 0.46% | 0.92% | - |
| XYZ | 54.44 | 37.61 | 82.23 | - |
| YUV | 169.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 127 | 234 | 0.03 | 0.46 | 0 | 0.08 | 296.64 | 0.72 | 0.71 |
| Hex | E4 | 7F | EA | 3 | 2E | 0 | 8 | 129 | 48 | 47 |
| Octal | 344 | 177 | 352 | 3 | 56 | 0 | 10 | 451 | 110 | 107 |
| Binary | 11100100 | 1111111 | 11101010 | 11 | 101110 | 0 | 1000 | 100101001 | 1001000 | 1000111 |
Color Harmonies of #E47FEA
Complementary color
Monochromatic Colors of #E47FEA
Black with #E47FEA
Text Example
Text Example
White with #E47FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47FEA; }
p { color: rgb(228,127,234); }
H1.HeaderClassName
{
color: #E47FEA;
}
.AnyTagClassName
{
color: #E47FEA;
}
</style>
background-color css
<style>
a { background-color: #E47FEA; }
a { background-color: rgb(228,127,234); }
div.DivClassName
{
background-color: #E47FEA;
}
.BgClassName
{
background-color: #E47FEA;
}
</style>
border-color css
<style>
span { border-color: #E47FEA; }
span { border-color: rgb(228,127,234); }
td.TdClassName
{
border-color: #E47FEA;
}
.TagClassName
{
border-color: #E47FEA;
}
</style>