#E994F6

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

Shades of Violet #E994F6

Tints of Violet #E994F6

Color information

#E994F6 (or 0xE994F6) is unknown color: approx Violet. HEX triplet: E9, 94 and F6. RGB value is (233,148,246). Sum of RGB (Red+Green+Blue) = 233+148+246=627 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.16% from 627); Green value is 148 (58.20% from 255 or 23.60% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 246 - color contains mainly: blue. Hex color #E994F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994F6 is #166B09. Grayscale: #B8B8B8. Windows color (decimal): -1469194 or 16159977. OLE color: 16159977.

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

Color convert

RGB233148246-
CMYK0.050.4000.04
HSL292.04º84.48%77.25%-
HSV(B)292.04º39.84%96.47%-
XYZ60.8345.1692.7-
YUV184.59162.66162.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.16%
GREEN value IS 148 (58.20% from 255) = 23.60%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=37.16%
G=23.60%
B=39.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2331482460.050.4000.04292.0484.4877.25
HexE994F652804124544d
Octal35122436655004444124115
Binary111010011001010011110110101101000010010010010010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994F6; }

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

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

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

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

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

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

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

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