#ED6EF4

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

Shades of Violet #ED6EF4

Tints of Violet #ED6EF4

Color information

#ED6EF4 (or 0xED6EF4) is unknown color: approx Violet. HEX triplet: ED, 6E and F4. RGB value is (237,110,244). Sum of RGB (Red+Green+Blue) = 237+110+244=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 244 (95.70% from 255 or 41.29% from 591); Max value from RGB is 244 - color contains mainly: blue. Hex color #ED6EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6EF4 is #12910B. Grayscale: #A2A2A2. Windows color (decimal): -1216780 or 16019181. OLE color: 16019181.

HSL color Cylindrical-coordinate representation of color #ED6EF4: hue angle of 296.87º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6EF4 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237110244-
CMYK0.030.5500.04
HSL296.87º85.9%69.41%-
HSV(B)296.87º54.92%95.69%-
XYZ56.8335.6989.48-
YUV163.25173.58180.6-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.10%
GREEN value IS 110 (43.36% from 255) = 18.61%
BLUE value IS 244 (95.70% from 255) = 41.29%
R=40.10%
G=18.61%
B=41.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2371102440.030.5500.04296.8785.969.41
HexED6EF4337041295645
Octal35515636436704451126105
Binary1110110111011101111010011110111010010010100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6EF4; }

 p { color: rgb(237,110,244); }

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

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

 a { background-color: rgb(237,110,244); }

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

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

 span { border-color: rgb(237,110,244); }

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