#E994F8

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

Shades of Violet #E994F8

Tints of Violet #E994F8

Color information

#E994F8 (or 0xE994F8) is unknown color: approx Violet. HEX triplet: E9, 94 and F8. RGB value is (233,148,248). Sum of RGB (Red+Green+Blue) = 233+148+248=629 (83% of max value = 765). Red value is 233 (91.41% from 255 or 37.04% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 248 (97.27% from 255 or 39.43% from 629); Max value from RGB is 248 - color contains mainly: blue. Hex color #E994F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994F8 is #166B07. Grayscale: #B8B8B8. Windows color (decimal): -1469192 or 16291049. OLE color: 16291049.

HSL color Cylindrical-coordinate representation of color #E994F8: hue angle of 291º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E994F8 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB233148248-
CMYK0.060.4000.03
HSL291º87.72%77.65%-
HSV(B)291º40.32%97.25%-
XYZ61.1445.2894.32-
YUV184.82163.66162.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.04%
GREEN value IS 148 (58.20% from 255) = 23.53%
BLUE value IS 248 (97.27% from 255) = 39.43%
R=37.04%
G=23.53%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2331482480.060.4000.0329187.7277.65
HexE994F862803123584e
Octal35122437065003443130116
Binary11101001100101001111100011010100001110010001110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994F8; }

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

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

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

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

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

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

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

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