#E594EF

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

Shades of Violet #E594EF

Tints of Violet #E594EF

Color information

#E594EF (or 0xE594EF) is unknown color: approx Violet. HEX triplet: E5, 94 and EF. RGB value is (229,148,239). Sum of RGB (Red+Green+Blue) = 229+148+239=616 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.18% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #E594EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594EF is #1A6B10. Grayscale: #B6B6B6. Windows color (decimal): -1731345 or 15701221. OLE color: 15701221.

HSL color Cylindrical-coordinate representation of color #E594EF: hue angle of 293.41º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E594EF is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229148239-
CMYK0.040.3800.06
HSL293.41º73.98%75.88%-
HSV(B)293.41º38.08%93.73%-
XYZ58.4844.0787.09-
YUV182.59159.84161.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.18%
GREEN value IS 148 (58.20% from 255) = 24.03%
BLUE value IS 239 (93.75% from 255) = 38.80%
R=37.18%
G=24.03%
B=38.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291482390.040.3800.06293.4173.9875.88
HexE594EF426061254a4c
Octal34522435744606445112114
Binary111001011001010011101111100100110011010010010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594EF; }

 p { color: rgb(229,148,239); }

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

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

 a { background-color: rgb(229,148,239); }

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

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

 span { border-color: rgb(229,148,239); }

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