#E37AEC

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

Shades of Violet #E37AEC

Tints of Violet #E37AEC

Color information

#E37AEC (or 0xE37AEC) is unknown color: approx Violet. HEX triplet: E3, 7A and EC. RGB value is (227,122,236). Sum of RGB (Red+Green+Blue) = 227+122+236=585 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.80% from 585); Green value is 122 (48.05% from 255 or 20.85% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: blue. Hex color #E37AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37AEC is #1C8513. Grayscale: #A6A6A6. Windows color (decimal): -1869076 or 15497955. OLE color: 15497955.

HSL color Cylindrical-coordinate representation of color #E37AEC: hue angle of 295.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E37AEC is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB227122236-
CMYK0.040.4800.07
HSL295.26º75%70.2%-
HSV(B)295.26º48.31%92.55%-
XYZ53.7836.3183.53-
YUV166.39167.29171.23-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 38.80%
GREEN value IS 122 (48.05% from 255) = 20.85%
BLUE value IS 236 (92.58% from 255) = 40.34%
R=38.80%
G=20.85%
B=40.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2271222360.040.4800.07295.267570.2
HexE37AEC430071274b46
Octal34317235446007447113106
Binary11100011111101011101100100110000011110010011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37AEC; }

 p { color: rgb(227,122,236); }

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

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

 a { background-color: rgb(227,122,236); }

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

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

 span { border-color: rgb(227,122,236); }

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