#E58AEC

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

Shades of Violet #E58AEC

Tints of Violet #E58AEC

Color information

#E58AEC (or 0xE58AEC) is unknown color: approx Violet. HEX triplet: E5, 8A and EC. RGB value is (229,138,236). Sum of RGB (Red+Green+Blue) = 229+138+236=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 138 (54.30% from 255 or 22.89% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #E58AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58AEC is #1A7513. Grayscale: #B0B0B0. Windows color (decimal): -1733908 or 15502053. OLE color: 15502053.

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

Color convert

RGB229138236-
CMYK0.030.4200.07
HSL295.71º72.06%73.33%-
HSV(B)295.71º41.53%92.55%-
XYZ56.5440.8984.27-
YUV176.38161.65165.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.98%
GREEN value IS 138 (54.30% from 255) = 22.89%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=37.98%
G=22.89%
B=39.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291382360.030.4200.07295.7172.0673.33
HexE58AEC32A071284849
Octal34521235435207450110111
Binary11100101100010101110110011101010011110010100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58AEC; }

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

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

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

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

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

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

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

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