#E58FE5

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

Shades of Violet #E58FE5

Tints of Violet #E58FE5

Color information

#E58FE5 (or 0xE58FE5) is unknown color: approx Violet. HEX triplet: E5, 8F and E5. RGB value is (229,143,229). Sum of RGB (Red+Green+Blue) = 229+143+229=601 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.10% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E58FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FE5 is #1A701A. Grayscale: #B2B2B2. Windows color (decimal): -1732635 or 15044581. OLE color: 15044581.

HSL color Cylindrical-coordinate representation of color #E58FE5: hue angle of 300º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58FE5 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB229143229-
CMYK00.3800.10
HSL300º62.32%72.94%-
HSV(B)300º37.55%89.8%-
XYZ56.2841.9679.26-
YUV178.52156.49164.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.10%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 229 (89.84% from 255) = 38.10%
R=38.10%
G=23.79%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914322900.3800.1030062.3272.94
HexE58FE50260A12c3e49
Octal34521734504601245476111
Binary1110010110001111111001010100110010101001011001111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58FE5; }

 p { color: rgb(229,143,229); }

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

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

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

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

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

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

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