#E37DF0

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

Shades of Violet #E37DF0

Tints of Violet #E37DF0

Color information

#E37DF0 (or 0xE37DF0) is unknown color: approx Violet. HEX triplet: E3, 7D and F0. RGB value is (227,125,240). Sum of RGB (Red+Green+Blue) = 227+125+240=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #E37DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37DF0 is #1C820F. Grayscale: #A8A8A8. Windows color (decimal): -1868304 or 15760867. OLE color: 15760867.

HSL color Cylindrical-coordinate representation of color #E37DF0: hue angle of 293.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E37DF0 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB227125240-
CMYK0.050.4800.06
HSL293.22º79.31%71.57%-
HSV(B)293.22º47.92%94.12%-
XYZ54.7437.2986.75-
YUV168.61168.29169.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.34%
GREEN value IS 125 (49.22% from 255) = 21.11%
BLUE value IS 240 (94.14% from 255) = 40.54%
R=38.34%
G=21.11%
B=40.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2271252400.050.4800.06293.2279.3171.57
HexE37DF0530061254f48
Octal34317536056006445117110
Binary11100011111110111110000101110000011010010010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37DF0; }

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

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

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

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

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

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

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

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