#E47CF2

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

Shades of Violet #E47CF2

Tints of Violet #E47CF2

Color information

#E47CF2 (or 0xE47CF2) is unknown color: approx 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

RGB228124242-
CMYK0.060.4900.05
HSL292.88º81.94%71.76%-
HSV(B)292.88º48.76%94.9%-
XYZ55.2337.3288.3-
YUV168.55169.46170.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 38.38%
GREEN value IS 124 (48.83% from 255) = 20.88%
BLUE value IS 242 (94.92% from 255) = 40.74%
R=38.38%
G=20.88%
B=40.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2281242420.060.4900.05292.8881.9471.76
HexE47CF2631051255248
Octal34417436266105445122110
Binary11100100111110011110010110110001010110010010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>