#E37DEA

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

Shades of Violet #E37DEA

Tints of Violet #E37DEA

Color information

#E37DEA (or 0xE37DEA) is unknown color: approx Violet. HEX triplet: E3, 7D and EA. RGB value is (227,125,234). Sum of RGB (Red+Green+Blue) = 227+125+234=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 125 (49.22% from 255 or 21.33% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #E37DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37DEA is #1C8215. Grayscale: #A7A7A7. Windows color (decimal): -1868310 or 15367651. OLE color: 15367651.

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

Color convert

RGB227125234-
CMYK0.030.4700.08
HSL296.15º72.19%70.39%-
HSV(B)296.15º46.58%91.76%-
XYZ53.8636.9482.13-
YUV167.92165.29170.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.74%
GREEN value IS 125 (49.22% from 255) = 21.33%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=38.74%
G=21.33%
B=39.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2271252340.030.4700.08296.1572.1970.39
HexE37DEA32F081284846
Octal343175352357010450110106
Binary11100011111110111101010111011110100010010100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37DEA; }

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

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

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

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

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

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

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

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