#E07CE9

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

Shades of Violet #E07CE9

Tints of Violet #E07CE9

Color information

#E07CE9 (or 0xE07CE9) is unknown color: approx Violet. HEX triplet: E0, 7C and E9. RGB value is (224,124,233). Sum of RGB (Red+Green+Blue) = 224+124+233=581 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.55% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #E07CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07CE9 is #1F8316. Grayscale: #A5A5A5. Windows color (decimal): -2065175 or 15301856. OLE color: 15301856.

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

Color convert

RGB224124233-
CMYK0.040.4700.09
HSL295.05º71.24%70%-
HSV(B)295.05º46.78%91.37%-
XYZ52.6636.1581.29-
YUV166.33165.63169.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.55%
GREEN value IS 124 (48.83% from 255) = 21.34%
BLUE value IS 233 (91.41% from 255) = 40.10%
R=38.55%
G=21.34%
B=40.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241242330.040.4700.09295.0571.2470
HexE07CE942F091274746
Octal340174351457011447107106
Binary111000001111100111010011001011110100110010011110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CE9; }

 p { color: rgb(224,124,233); }

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

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

 a { background-color: rgb(224,124,233); }

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

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

 span { border-color: rgb(224,124,233); }

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