#E07DE3

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

Shades of Violet #E07DE3

Tints of Violet #E07DE3

Color information

#E07DE3 (or 0xE07DE3) is unknown color: approx Violet. HEX triplet: E0, 7D and E3. RGB value is (224,125,227). Sum of RGB (Red+Green+Blue) = 224+125+227=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 227 - color contains mainly: blue. Hex color #E07DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DE3 is #1F821C. Grayscale: #A5A5A5. Windows color (decimal): -2064925 or 14908896. OLE color: 14908896.

HSL color Cylindrical-coordinate representation of color #E07DE3: hue angle of 298.24º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07DE3 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224125227-
CMYK0.010.4500.11
HSL298.24º64.56%69.02%-
HSV(B)298.24º44.93%89.02%-
XYZ51.9436.0676.9-
YUV166.23162.3169.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 125 (49.22% from 255) = 21.70%
BLUE value IS 227 (89.06% from 255) = 39.41%
R=38.89%
G=21.70%
B=39.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241252270.010.4500.11298.2464.5669.02
HexE07DE312D0B12a4145
Octal340175343155013452101105
Binary1110000011111011110001111011010101110010101010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DE3; }

 p { color: rgb(224,125,227); }

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

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

 a { background-color: rgb(224,125,227); }

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

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

 span { border-color: rgb(224,125,227); }

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