#E17AE5

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

Shades of Violet #E17AE5

Tints of Violet #E17AE5

Color information

#E17AE5 (or 0xE17AE5) is unknown color: approx Violet. HEX triplet: E1, 7A and E5. RGB value is (225,122,229). Sum of RGB (Red+Green+Blue) = 225+122+229=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #E17AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17AE5 is #1E851A. Grayscale: #A4A4A4. Windows color (decimal): -2000155 or 15039201. OLE color: 15039201.

HSL color Cylindrical-coordinate representation of color #E17AE5: hue angle of 297.76º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E17AE5 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB225122229-
CMYK0.020.4700.10
HSL297.76º67.3%68.82%-
HSV(B)297.76º46.72%89.8%-
XYZ52.1535.5878.25-
YUV164.99164.12170.8-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.06%
GREEN value IS 122 (48.05% from 255) = 21.18%
BLUE value IS 229 (89.84% from 255) = 39.76%
R=39.06%
G=21.18%
B=39.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2251222290.020.4700.10297.7667.368.82
HexE17AE522F0A12a4345
Octal341172345257012452103105
Binary11100001111101011100101101011110101010010101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E17AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E17AE5; }

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

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

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

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

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

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

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

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