#E594F0

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

Shades of Violet #E594F0

Tints of Violet #E594F0

Color information

#E594F0 (or 0xE594F0) is unknown color: approx Violet. HEX triplet: E5, 94 and F0. RGB value is (229,148,240). Sum of RGB (Red+Green+Blue) = 229+148+240=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #E594F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E594F0 is #1A6B0F. Grayscale: #B6B6B6. Windows color (decimal): -1731344 or 15766757. OLE color: 15766757.

HSL color Cylindrical-coordinate representation of color #E594F0: hue angle of 292.83º degrees, saturation: 0.75, 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 #E594F0 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB229148240-
CMYK0.050.3800.06
HSL292.83º75.41%76.08%-
HSV(B)292.83º38.33%94.12%-
XYZ58.6344.1387.87-
YUV182.71160.34161.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.12%
GREEN value IS 148 (58.20% from 255) = 23.99%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=37.12%
G=23.99%
B=38.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2291482400.050.3800.06292.8375.4176.08
HexE594F0526061254b4c
Octal34522436054606445113114
Binary111001011001010011110000101100110011010010010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E594F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E594F0; }

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

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

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

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

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

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

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

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