#ED6DF2

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

Shades of Violet #ED6DF2

Tints of Violet #ED6DF2

Color information

#ED6DF2 (or 0xED6DF2) is unknown color: approx Violet. HEX triplet: ED, 6D and F2. RGB value is (237,109,242). Sum of RGB (Red+Green+Blue) = 237+109+242=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 109 (42.97% from 255 or 18.54% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #ED6DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DF2 is #12920D. Grayscale: #A2A2A2. Windows color (decimal): -1217038 or 15887853. OLE color: 15887853.

HSL color Cylindrical-coordinate representation of color #ED6DF2: hue angle of 297.74º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ED6DF2 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237109242-
CMYK0.020.5500.05
HSL297.74º83.65%68.82%-
HSV(B)297.74º54.96%94.9%-
XYZ56.4235.3587.85-
YUV162.43172.91181.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 109 (42.97% from 255) = 18.54%
BLUE value IS 242 (94.92% from 255) = 41.16%
R=40.31%
G=18.54%
B=41.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2371092420.020.5500.05297.7483.6568.82
HexED6DF22370512a5445
Octal35515536226705452124105
Binary1110110111011011111001010110111010110010101010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6DF2; }

 p { color: rgb(237,109,242); }

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

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

 a { background-color: rgb(237,109,242); }

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

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

 span { border-color: rgb(237,109,242); }

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