#EC6DF2

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

Shades of Violet #EC6DF2

Tints of Violet #EC6DF2

Color information

#EC6DF2 (or 0xEC6DF2) is unknown color: approx Violet. HEX triplet: EC, 6D and F2. RGB value is (236,109,242). Sum of RGB (Red+Green+Blue) = 236+109+242=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 109 (42.97% from 255 or 18.57% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC6DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6DF2 is #13920D. Grayscale: #A1A1A1. Windows color (decimal): -1282574 or 15887852. OLE color: 15887852.

HSL color Cylindrical-coordinate representation of color #EC6DF2: hue angle of 297.29º 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 #EC6DF2 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236109242-
CMYK0.020.5500.05
HSL297.29º83.65%68.82%-
HSV(B)297.29º54.96%94.9%-
XYZ56.0935.1887.84-
YUV162.14173.08180.69-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.20%
GREEN value IS 109 (42.97% from 255) = 18.57%
BLUE value IS 242 (94.92% from 255) = 41.23%
R=40.20%
G=18.57%
B=41.23%

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
Decimal2361092420.020.5500.05297.2983.6568.82
HexEC6DF2237051295445
Octal35415536226705451124105
Binary1110110011011011111001010110111010110010100110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6DF2; }

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

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

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

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

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

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

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

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