#E57AEE

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

Shades of Violet #E57AEE

Tints of Violet #E57AEE

Color information

#E57AEE (or 0xE57AEE) is unknown color: approx Violet. HEX triplet: E5, 7A and EE. RGB value is (229,122,238). Sum of RGB (Red+Green+Blue) = 229+122+238=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #E57AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E57AEE is #1A8511. Grayscale: #A6A6A6. Windows color (decimal): -1738002 or 15629029. OLE color: 15629029.

HSL color Cylindrical-coordinate representation of color #E57AEE: hue angle of 295.34º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E57AEE is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229122238-
CMYK0.040.4900.07
HSL295.34º77.33%70.59%-
HSV(B)295.34º48.74%93.33%-
XYZ54.7136.7585.1-
YUV167.22167.95172.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.88%
GREEN value IS 122 (48.05% from 255) = 20.71%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=38.88%
G=20.71%
B=40.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291222380.040.4900.07295.3477.3370.59
HexE57AEE431071274d47
Octal34517235646107447115107
Binary11100101111101011101110100110001011110010011110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57AEE; }

 p { color: rgb(229,122,238); }

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

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

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

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

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

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

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