#E47AF0

Color #E47AF0 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #E47AF0

Tints of Violet #E47AF0

Color information

#E47AF0 (or 0xE47AF0) is unknown color: approx Violet. HEX triplet: E4, 7A and F0. RGB value is (228,122,240). Sum of RGB (Red+Green+Blue) = 228+122+240=590 (78% of max value = 765). Red value is 228 (89.45% from 255 or 38.64% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #E47AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E47AF0 is #1B850F. Grayscale: #A6A6A6. Windows color (decimal): -1803536 or 15760100. OLE color: 15760100.

HSL color Cylindrical-coordinate representation of color #E47AF0: hue angle of 293.9º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E47AF0 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB228122240-
CMYK0.050.4900.06
HSL293.9º79.73%70.98%-
HSV(B)293.9º49.17%94.12%-
XYZ54.6836.786.64-
YUV167.15169.12171.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 38.64%
GREEN value IS 122 (48.05% from 255) = 20.68%
BLUE value IS 240 (94.14% from 255) = 40.68%
R=38.64%
G=20.68%
B=40.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2281222400.050.4900.06293.979.7370.98
HexE47AF0531061265047
Octal34417236056106446120107
Binary11100100111101011110000101110001011010010011010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47AF0; }

 p { color: rgb(228,122,240); }

 H1.HeaderClassName
 {
   color: #E47AF0;
 }
 .AnyTagClassName
 {
   color: #E47AF0;
 }
</style>
background-color css

<style>
 a { background-color: #E47AF0; }

 a { background-color: rgb(228,122,240); }

 div.DivClassName
 {
   background-color: #E47AF0;
 }
 .BgClassName
 {
   background-color: #E47AF0;
 }
</style>
border-color css

<style>
 span { border-color: #E47AF0; }

 span { border-color: rgb(228,122,240); }

 td.TdClassName
 {
   border-color: #E47AF0;
 }
 .TagClassName
 {
   border-color: #E47AF0;
 }
</style>