#EC6DF3

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

Shades of Violet #EC6DF3

Tints of Violet #EC6DF3

Color information

#EC6DF3 (or 0xEC6DF3) is unknown color: approx Violet. HEX triplet: EC, 6D and F3. RGB value is (236,109,243). Sum of RGB (Red+Green+Blue) = 236+109+243=588 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.14% from 588); Green value is 109 (42.97% from 255 or 18.54% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC6DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6DF3 is #13920C. Grayscale: #A1A1A1. Windows color (decimal): -1282573 or 15953388. OLE color: 15953388.

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

Color convert

RGB236109243-
CMYK0.030.5500.05
HSL296.87º84.81%69.02%-
HSV(B)296.87º55.14%95.29%-
XYZ56.2435.2488.63-
YUV162.25173.58180.6-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.14%
GREEN value IS 109 (42.97% from 255) = 18.54%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=40.14%
G=18.54%
B=41.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361092430.030.5500.05296.8784.8169.02
HexEC6DF3337051295545
Octal35415536336705451125105
Binary1110110011011011111001111110111010110010100110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6DF3; }

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

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

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

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

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

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

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

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