#E994F4

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

Shades of Violet #E994F4

Tints of Violet #E994F4

Color information

#E994F4 (or 0xE994F4) is unknown color: approx Violet. HEX triplet: E9, 94 and F4. RGB value is (233,148,244). Sum of RGB (Red+Green+Blue) = 233+148+244=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 244 - color contains mainly: blue. Hex color #E994F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994F4 is #166B0B. Grayscale: #B8B8B8. Windows color (decimal): -1469196 or 16028905. OLE color: 16028905.

HSL color Cylindrical-coordinate representation of color #E994F4: hue angle of 293.12º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E994F4 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB233148244-
CMYK0.050.3900.04
HSL293.12º81.36%76.86%-
HSV(B)293.12º39.34%95.69%-
XYZ60.5245.0491.09-
YUV184.36161.66162.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.28%
GREEN value IS 148 (58.20% from 255) = 23.68%
BLUE value IS 244 (95.70% from 255) = 39.04%
R=37.28%
G=23.68%
B=39.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331482440.050.3900.04293.1281.3676.86
HexE994F452704125514d
Octal35122436454704445121115
Binary111010011001010011110100101100111010010010010110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994F4; }

 p { color: rgb(233,148,244); }

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

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

 a { background-color: rgb(233,148,244); }

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

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

 span { border-color: rgb(233,148,244); }

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