#E994ED

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

Shades of Violet #E994ED

Tints of Violet #E994ED

Color information

#E994ED (or 0xE994ED) is unknown color: approx Violet. HEX triplet: E9, 94 and ED. RGB value is (233,148,237). Sum of RGB (Red+Green+Blue) = 233+148+237=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #E994ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E994ED is #166B12. Grayscale: #B7B7B7. Windows color (decimal): -1469203 or 15570153. OLE color: 15570153.

HSL color Cylindrical-coordinate representation of color #E994ED: hue angle of 297.3º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E994ED is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB233148237-
CMYK0.020.3800.07
HSL297.3º71.2%75.49%-
HSV(B)297.3º37.55%92.94%-
XYZ59.4844.6285.6-
YUV183.56158.16163.26-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.70%
GREEN value IS 148 (58.20% from 255) = 23.95%
BLUE value IS 237 (92.97% from 255) = 38.35%
R=37.70%
G=23.95%
B=38.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2331482370.020.3800.07297.371.275.49
HexE994ED22607129474b
Octal35122435524607451107113
Binary11101001100101001110110110100110011110010100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E994ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E994ED; }

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

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

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

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

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

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

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

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