#E594EC

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

Shades of Violet #E594EC

Tints of Violet #E594EC

Color information

#E594EC (or 0xE594EC) is unknown color: approx Violet. HEX triplet: E5, 94 and EC. RGB value is (229,148,236). Sum of RGB (Red+Green+Blue) = 229+148+236=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #E594EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594EC is #1A6B13. Grayscale: #B5B5B5. Windows color (decimal): -1731348 or 15504613. OLE color: 15504613.

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

Color convert

RGB229148236-
CMYK0.030.3700.07
HSL295.23º69.84%75.29%-
HSV(B)295.23º37.29%92.55%-
XYZ58.0443.8984.77-
YUV182.25158.34161.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.36%
GREEN value IS 148 (58.20% from 255) = 24.14%
BLUE value IS 236 (92.58% from 255) = 38.50%
R=37.36%
G=24.14%
B=38.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291482360.030.3700.07295.2369.8475.29
HexE594EC32507127464b
Octal34522435434507447106113
Binary11100101100101001110110011100101011110010011110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594EC; }

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

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

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

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

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

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

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

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