#E58EF4

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

Shades of Violet #E58EF4

Tints of Violet #E58EF4

Color information

#E58EF4 (or 0xE58EF4) is unknown color: approx Violet. HEX triplet: E5, 8E and F4. RGB value is (229,142,244). Sum of RGB (Red+Green+Blue) = 229+142+244=615 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.24% from 615); Green value is 142 (55.86% from 255 or 23.09% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 244 - color contains mainly: blue. Hex color #E58EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58EF4 is #1A710B. Grayscale: #B3B3B3. Windows color (decimal): -1732876 or 16027365. OLE color: 16027365.

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

Color convert

RGB229142244-
CMYK0.060.4200.04
HSL291.18º82.26%75.69%-
HSV(B)291.18º41.8%95.69%-
XYZ58.3242.5490.72-
YUV179.64164.32163.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.24%
GREEN value IS 142 (55.86% from 255) = 23.09%
BLUE value IS 244 (95.70% from 255) = 39.67%
R=37.24%
G=23.09%
B=39.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2291422440.060.4200.04291.1882.2675.69
HexE58EF462A04123524c
Octal34521636465204443122114
Binary111001011000111011110100110101010010010010001110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58EF4; }

 p { color: rgb(229,142,244); }

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

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

 a { background-color: rgb(229,142,244); }

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

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

 span { border-color: rgb(229,142,244); }

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