#E493ED

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

Shades of Violet #E493ED

Tints of Violet #E493ED

Color information

#E493ED (or 0xE493ED) is unknown color: approx Violet. HEX triplet: E4, 93 and ED. RGB value is (228,147,237). Sum of RGB (Red+Green+Blue) = 228+147+237=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #E493ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E493ED is #1B6C12. Grayscale: #B5B5B5. Windows color (decimal): -1797139 or 15569892. OLE color: 15569892.

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

Color convert

RGB228147237-
CMYK0.040.3800.07
HSL294º71.43%75.29%-
HSV(B)294º37.97%92.94%-
XYZ57.7143.4885.47-
YUV181.48159.34161.18-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.25%
GREEN value IS 147 (57.81% from 255) = 24.02%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=37.25%
G=24.02%
B=38.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2281472370.040.3800.0729471.4375.29
HexE493ED42607126474b
Octal34422335544607446107113
Binary111001001001001111101101100100110011110010011010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E493ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E493ED; }

 p { color: rgb(228,147,237); }

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

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

 a { background-color: rgb(228,147,237); }

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

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

 span { border-color: rgb(228,147,237); }

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