#E994EB

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

Shades of Violet #E994EB

Tints of Violet #E994EB

Color information

#E994EB (or 0xE994EB) is unknown color: approx Violet. HEX triplet: E9, 94 and EB. RGB value is (233,148,235). Sum of RGB (Red+Green+Blue) = 233+148+235=616 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.82% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #E994EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994EB is #166B14. Grayscale: #B7B7B7. Windows color (decimal): -1469205 or 15439081. OLE color: 15439081.

HSL color Cylindrical-coordinate representation of color #E994EB: hue angle of 298.62º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E994EB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB233148235-
CMYK0.010.3700.08
HSL298.62º68.5%75.1%-
HSV(B)298.62º37.02%92.16%-
XYZ59.1944.584.07-
YUV183.33157.16163.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.82%
GREEN value IS 148 (58.20% from 255) = 24.03%
BLUE value IS 235 (92.19% from 255) = 38.15%
R=37.82%
G=24.03%
B=38.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2331482350.010.3700.08298.6268.575.1
HexE994EB1250812b454b
Octal351224353145010453105113
Binary11101001100101001110101111001010100010010101110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994EB; }

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

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

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

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

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

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

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

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