#E07AE7

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

Shades of Violet #E07AE7

Tints of Violet #E07AE7

Color information

#E07AE7 (or 0xE07AE7) is unknown color: approx Violet. HEX triplet: E0, 7A and E7. RGB value is (224,122,231). Sum of RGB (Red+Green+Blue) = 224+122+231=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 231 (90.62% from 255 or 40.03% from 577); Max value from RGB is 231 - color contains mainly: blue. Hex color #E07AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07AE7 is #1F8518. Grayscale: #A4A4A4. Windows color (decimal): -2065689 or 15170272. OLE color: 15170272.

HSL color Cylindrical-coordinate representation of color #E07AE7: hue angle of 296.15º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E07AE7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224122231-
CMYK0.030.4700.09
HSL296.15º69.43%69.22%-
HSV(B)296.15º47.19%90.59%-
XYZ52.1235.5479.71-
YUV164.92165.29170.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 122 (48.05% from 255) = 21.14%
BLUE value IS 231 (90.62% from 255) = 40.03%
R=38.82%
G=21.14%
B=40.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241222310.030.4700.09296.1569.4369.22
HexE07AE732F091284545
Octal340172347357011450105105
Binary11100000111101011100111111011110100110010100010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07AE7; }

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

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

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

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

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

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

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

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