#E07AE5

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

Shades of Violet #E07AE5

Tints of Violet #E07AE5

Color information

#E07AE5 (or 0xE07AE5) is unknown color: approx Violet. HEX triplet: E0, 7A and E5. RGB value is (224,122,229). Sum of RGB (Red+Green+Blue) = 224+122+229=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #E07AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07AE5 is #1F851A. Grayscale: #A4A4A4. Windows color (decimal): -2065691 or 15039200. OLE color: 15039200.

HSL color Cylindrical-coordinate representation of color #E07AE5: hue angle of 297.2º 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 #E07AE5 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224122229-
CMYK0.020.4700.10
HSL297.2º67.3%68.82%-
HSV(B)297.2º46.72%89.8%-
XYZ51.8435.4278.23-
YUV164.7164.29170.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.96%
GREEN value IS 122 (48.05% from 255) = 21.22%
BLUE value IS 229 (89.84% from 255) = 39.83%
R=38.96%
G=21.22%
B=39.83%

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
Decimal2241222290.020.4700.10297.267.368.82
HexE07AE522F0A1294345
Octal340172345257012451103105
Binary11100000111101011100101101011110101010010100110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07AE5; }

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

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

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

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

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

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

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

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