#E58AE2

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

Shades of Violet #E58AE2

Tints of Violet #E58AE2

Color information

#E58AE2 (or 0xE58AE2) is unknown color: approx Violet. HEX triplet: E5, 8A and E2. RGB value is (229,138,226). Sum of RGB (Red+Green+Blue) = 229+138+226=593 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.62% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58AE2 is #1A751D. Grayscale: #AEAEAE. Windows color (decimal): -1733918 or 14846693. OLE color: 14846693.

HSL color Cylindrical-coordinate representation of color #E58AE2: hue angle of 301.98º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AE2 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB229138226-
CMYK00.400.010.10
HSL301.98º63.64%71.96%-
HSV(B)301.98º39.74%89.8%-
XYZ55.1340.3376.83-
YUV175.24156.65166.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.62%
GREEN value IS 138 (54.30% from 255) = 23.27%
BLUE value IS 226 (88.67% from 255) = 38.11%
R=38.62%
G=23.27%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913822600.400.010.10301.9863.6471.96
HexE58AE20281A12e4048
Octal345212342050112456100110
Binary11100101100010101110001001010001101010010111010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58AE2; }

 p { color: rgb(229,138,226); }

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

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

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

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

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

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

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